Deleted Added
full compact
Makefile (293897) Makefile (295461)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: stable/10/etc/Makefile 293897 2016-01-14 09:11:42Z glebius $
2# $FreeBSD: stable/10/etc/Makefile 295461 2016-02-10 07:16:17Z cy $
3
4.include <bsd.own.mk>
5
6SUBDIR= \
7 newsyslog.conf.d
8
9.if ${MK_SENDMAIL} != "no"
10SUBDIR+=sendmail

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

239 ${_+_}cd ${.CURDIR}/autofs; ${MAKE} install
240.endif
241.if ${MK_BLUETOOTH} != "no"
242 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
243.endif
244 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
245 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
246 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
3
4.include <bsd.own.mk>
5
6SUBDIR= \
7 newsyslog.conf.d
8
9.if ${MK_SENDMAIL} != "no"
10SUBDIR+=sendmail

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

239 ${_+_}cd ${.CURDIR}/autofs; ${MAKE} install
240.endif
241.if ${MK_BLUETOOTH} != "no"
242 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
243.endif
244 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
245 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
246 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
247.if ${MK_NTP} != "no"
248 ${_+_}cd ${.CURDIR}/ntp; ${MAKE} install
249.endif
247 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
248.if ${MK_PKGBOOTSTRAP} != "no"
249 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
250.endif
251 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
252 ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
253 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
254 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install

--- 167 unchanged lines hidden ---
250 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
251.if ${MK_PKGBOOTSTRAP} != "no"
252 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
253.endif
254 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
255 ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
256 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
257 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install

--- 167 unchanged lines hidden ---