Deleted Added
full compact
Makefile (155210) Makefile (155571)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 155210 2006-02-02 10:03:43Z rwatson $
2# $FreeBSD: head/etc/Makefile 155571 2006-02-12 13:01:39Z rwatson $
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
10 dhclient.conf disktab fbtab ftpusers gettytab group \

--- 105 unchanged lines hidden (view full) ---

116 cd ${.CURDIR}/periodic; ${MAKE} install
117 cd ${.CURDIR}/rc.d; ${MAKE} install
118 cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
119 cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
120 cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
121 cd ${.CURDIR}/pam.d; ${MAKE} install
122 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
123 ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
10 dhclient.conf disktab fbtab ftpusers gettytab group \

--- 105 unchanged lines hidden (view full) ---

116 cd ${.CURDIR}/periodic; ${MAKE} install
117 cd ${.CURDIR}/rc.d; ${MAKE} install
118 cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
119 cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
120 cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
121 cd ${.CURDIR}/pam.d; ${MAKE} install
122 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
123 ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
124 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0400 \
124 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
125 ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
126 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
127 ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
128.if !defined(NO_I4B)
129 cd ${.CURDIR}/isdn; ${MAKE} install
130.endif
131.if !defined(NO_SENDMAIL)
132 cd ${.CURDIR}/sendmail; ${MAKE} distribution

--- 114 unchanged lines hidden ---
125 ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
126 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
127 ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
128.if !defined(NO_I4B)
129 cd ${.CURDIR}/isdn; ${MAKE} install
130.endif
131.if !defined(NO_SENDMAIL)
132 cd ${.CURDIR}/sendmail; ${MAKE} distribution

--- 114 unchanged lines hidden ---