Deleted Added
full compact
Makefile (178355) Makefile (179315)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 178355 2008-04-20 20:37:02Z sam $
2# $FreeBSD: head/etc/Makefile 179315 2008-05-26 10:40:09Z bz $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= amd.map apmd.conf auth.conf \

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

122 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
123 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
124 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
125 ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
126 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
127 ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
128 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
129 ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= amd.map apmd.conf auth.conf \

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

122 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
123 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
124 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
125 ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
126 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
127 ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
128 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
129 ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
130.if ${MK_I4B} != "no"
131 ${_+_}cd ${.CURDIR}/isdn; ${MAKE} install
132.endif
133.if ${MK_BIND_MTREE} != "no"
134 @if [ ! -e ${DESTDIR}/etc/namedb ]; then \
135 set -x; \
136 ln -s ../var/named/etc/namedb ${DESTDIR}/etc/namedb; \
137 fi
138.endif
139.if ${MK_BIND_ETC} != "no"
140 ${_+_}cd ${.CURDIR}/namedb; ${MAKE} install

--- 105 unchanged lines hidden ---
130.if ${MK_BIND_MTREE} != "no"
131 @if [ ! -e ${DESTDIR}/etc/namedb ]; then \
132 set -x; \
133 ln -s ../var/named/etc/namedb ${DESTDIR}/etc/namedb; \
134 fi
135.endif
136.if ${MK_BIND_ETC} != "no"
137 ${_+_}cd ${.CURDIR}/namedb; ${MAKE} install

--- 105 unchanged lines hidden ---