Deleted Added
full compact
Makefile (257353) Makefile (257572)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: stable/10/etc/Makefile 257353 2013-10-29 18:36:44Z bdrewery $
2# $FreeBSD: stable/10/etc/Makefile 257572 2013-11-03 13:00:12Z bdrewery $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

216 ) | ${METALOG.add}
217.endif
218.if ${MK_BLUETOOTH} != "no"
219 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
220.endif
221 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
222 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
223 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

216 ) | ${METALOG.add}
217.endif
218.if ${MK_BLUETOOTH} != "no"
219 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
220.endif
221 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
222 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
223 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
224 ${_+_}cd ${.CURDIR}/keys; ${MAKE} install
225 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
226.if ${MK_PKGBOOTSTRAP} != "no"
227 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
228.endif
229 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
230 ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
231 ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
232 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt

--- 155 unchanged lines hidden ---
224 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
225.if ${MK_PKGBOOTSTRAP} != "no"
226 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
227.endif
228 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
229 ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
230 ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
231 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt

--- 155 unchanged lines hidden ---