Makefile (654957c2c861b1483df873678439699c0dfeeb94) Makefile (42a859525652decb08bba47ffaceb769d394175e)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif

--- 207 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
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif

--- 207 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 ---