Deleted Added
full compact
Makefile (258233) Makefile (258838)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 258233 2013-11-16 19:42:40Z jmmv $
2# $FreeBSD: head/etc/Makefile 258838 2013-12-02 08:21:28Z pjd $
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 echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
217 echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
218 echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
219 ) | ${METALOG.add}
220.endif
221.if ${MK_BLUETOOTH} != "no"
222 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
223.endif
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 echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
217 echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
218 echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
219 ) | ${METALOG.add}
220.endif
221.if ${MK_BLUETOOTH} != "no"
222 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
223.endif
224.if ${MK_CASPER} != "no"
225 ${_+_}cd ${.CURDIR}/casper; ${MAKE} install
226.endif
224 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
225 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
226 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
227 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
228.if ${MK_PKGBOOTSTRAP} != "no"
229 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
230.endif
231 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install

--- 161 unchanged lines hidden ---
227 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
228 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
229 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
230 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
231.if ${MK_PKGBOOTSTRAP} != "no"
232 ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
233.endif
234 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install

--- 161 unchanged lines hidden ---