Deleted Added
full compact
Makefile (236965) Makefile (241823)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 236965 2012-06-12 17:02:53Z des $
2# $FreeBSD: head/etc/Makefile 241823 2012-10-22 01:18:41Z marcel $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

193.if ${MK_AT} == "no"
194 sed -i "" -e 's;.*/usr/libexec/atrun;#&;' ${DESTDIR}/etc/crontab
195.endif
196.if ${MK_TCSH} == "no"
197 sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
198.endif
199 pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
200 ${DESTDIR}/etc/master.passwd
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

193.if ${MK_AT} == "no"
194 sed -i "" -e 's;.*/usr/libexec/atrun;#&;' ${DESTDIR}/etc/crontab
195.endif
196.if ${MK_TCSH} == "no"
197 sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
198.endif
199 pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
200 ${DESTDIR}/etc/master.passwd
201.if ${MK_ATF} != "no"
202 ${_+_}cd ${.CURDIR}/atf; ${MAKE} install
203.endif
201.if ${MK_BLUETOOTH} != "no"
202 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
203.endif
204 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
205 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
206 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
207 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
208 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install

--- 141 unchanged lines hidden ---
204.if ${MK_BLUETOOTH} != "no"
205 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
206.endif
207 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
208 ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
209 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
210 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
211 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install

--- 141 unchanged lines hidden ---