Deleted Added
full compact
Makefile (184443) Makefile (186249)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 184443 2008-10-29 18:46:47Z mp $
2# $FreeBSD: head/etc/Makefile 186249 2008-12-17 19:12:30Z thompsa $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \

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

157 sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
158.endif
159 pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
160 ${DESTDIR}/etc/master.passwd
161.if ${MK_BLUETOOTH} != "no"
162 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
163.endif
164 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \

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

157 sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
158.endif
159 pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
160 ${DESTDIR}/etc/master.passwd
161.if ${MK_BLUETOOTH} != "no"
162 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
163.endif
164 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
165 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
165 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
166 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
167 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
168 ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
169 ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
170 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
171 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
172 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \

--- 127 unchanged lines hidden ---
166 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
167 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
168 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
169 ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
170 ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
171 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
172 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
173 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \

--- 127 unchanged lines hidden ---