Deleted Added
full compact
Makefile (255841) Makefile (255949)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 255841 2013-09-24 10:04:51Z des $
2# $FreeBSD: head/etc/Makefile 255949 2013-09-30 17:23:45Z des $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

137
138# -rwxr-xr-x root:wheel, for the new cron root:wheel
139BIN2= netstart pccard_ether rc.suspend rc.resume
140
141MTREE= BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
142.if ${MK_SENDMAIL} != "no"
143MTREE+= BSD.sendmail.dist
144.endif
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

137
138# -rwxr-xr-x root:wheel, for the new cron root:wheel
139BIN2= netstart pccard_ether rc.suspend rc.resume
140
141MTREE= BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
142.if ${MK_SENDMAIL} != "no"
143MTREE+= BSD.sendmail.dist
144.endif
145.if ${MK_BIND} != "no"
146MTREE+= BIND.chroot.dist
147.if ${MK_BIND_LIBS} != "no"
148MTREE+= BIND.include.dist
149.endif
150.endif
151.if ${MK_DEBUG_FILES} != "no"
152MTREE+= BSD.debug.dist
153.endif
154
155PPPCNF= ppp.conf
156
157.if ${MK_SENDMAIL} == "no"
158ETCMAIL=mailer.conf aliases

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

237 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
238 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
239 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
240 ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
241 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
242 ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
243 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
244 ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
145.if ${MK_DEBUG_FILES} != "no"
146MTREE+= BSD.debug.dist
147.endif
148
149PPPCNF= ppp.conf
150
151.if ${MK_SENDMAIL} == "no"
152ETCMAIL=mailer.conf aliases

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

231 ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
232 ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
233 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
234 ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
235 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
236 ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
237 cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
238 ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
245.if ${MK_BIND_MTREE} != "no"
246 if [ ! -e ${DESTDIR}/etc/namedb ]; then \
247 ln -s ../var/named/etc/namedb ${DESTDIR}/etc/namedb; \
248 fi
249.endif
250.if ${MK_BIND_ETC} != "no"
251 ${_+_}cd ${.CURDIR}/namedb; ${MAKE} install
252.endif
253.if ${MK_UNBOUND} != "no"
254 if [ ! -e ${DESTDIR}/etc/unbound ]; then \
255 ${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \
256 fi
257.endif
258.if ${MK_SENDMAIL} != "no"
259 ${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
260.endif

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

323
324MTREES= mtree/BSD.root.dist / \
325 mtree/BSD.var.dist /var \
326 mtree/BSD.usr.dist /usr \
327 mtree/BSD.include.dist /usr/include
328.if ${MK_DEBUG_FILES} != "no"
329MTREES+= mtree/BSD.debug.dist /usr/lib
330.endif
239.if ${MK_UNBOUND} != "no"
240 if [ ! -e ${DESTDIR}/etc/unbound ]; then \
241 ${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \
242 fi
243.endif
244.if ${MK_SENDMAIL} != "no"
245 ${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
246.endif

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

309
310MTREES= mtree/BSD.root.dist / \
311 mtree/BSD.var.dist /var \
312 mtree/BSD.usr.dist /usr \
313 mtree/BSD.include.dist /usr/include
314.if ${MK_DEBUG_FILES} != "no"
315MTREES+= mtree/BSD.debug.dist /usr/lib
316.endif
331.if ${MK_BIND_LIBS} != "no"
332MTREES+= mtree/BIND.include.dist /usr/include
333.endif
334.if ${MK_BIND_MTREE} != "no"
335MTREES+= mtree/BIND.chroot.dist /var/named
336.endif
337.if ${MK_GROFF} != "no"
338MTREES+= mtree/BSD.groff.dist /usr
339.endif
340.if ${MK_SENDMAIL} != "no"
341MTREES+= mtree/BSD.sendmail.dist /
342.endif
343.for mtree in ${LOCAL_MTREE}
344MTREES+= ../${mtree} /

--- 62 unchanged lines hidden ---
317.if ${MK_GROFF} != "no"
318MTREES+= mtree/BSD.groff.dist /usr
319.endif
320.if ${MK_SENDMAIL} != "no"
321MTREES+= mtree/BSD.sendmail.dist /
322.endif
323.for mtree in ${LOCAL_MTREE}
324MTREES+= ../${mtree} /

--- 62 unchanged lines hidden ---