Deleted Added
full compact
Makefile (257572) Makefile (260013)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: stable/10/etc/Makefile 257572 2013-11-03 13:00:12Z bdrewery $
2# $FreeBSD: stable/10/etc/Makefile 260013 2013-12-28 20:05:31Z jmmv $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

134.if ${MK_WIRELESS} != "no"
135BIN1+= regdomain.xml
136.endif
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
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= crontab \

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

134.if ${MK_WIRELESS} != "no"
135BIN1+= regdomain.xml
136.endif
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_TESTS} != "no"
143MTREE+= BSD.tests.dist
144.endif
142.if ${MK_SENDMAIL} != "no"
143MTREE+= BSD.sendmail.dist
144.endif
145.if ${MK_DEBUG_FILES} != "no"
146MTREE+= BSD.debug.dist
147.endif
148
149PPPCNF= ppp.conf

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

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
317.if ${MK_GROFF} != "no"
318MTREES+= mtree/BSD.groff.dist /usr
319.endif
145.if ${MK_SENDMAIL} != "no"
146MTREE+= BSD.sendmail.dist
147.endif
148.if ${MK_DEBUG_FILES} != "no"
149MTREE+= BSD.debug.dist
150.endif
151
152PPPCNF= ppp.conf

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

315 mtree/BSD.usr.dist /usr \
316 mtree/BSD.include.dist /usr/include
317.if ${MK_DEBUG_FILES} != "no"
318MTREES+= mtree/BSD.debug.dist /usr/lib
319.endif
320.if ${MK_GROFF} != "no"
321MTREES+= mtree/BSD.groff.dist /usr
322.endif
323.if ${MK_TESTS} != "no"
324MTREES+= mtree/BSD.tests.dist ${TESTSBASE}
325.endif
320.if ${MK_SENDMAIL} != "no"
321MTREES+= mtree/BSD.sendmail.dist /
322.endif
323.for mtree in ${LOCAL_MTREE}
324MTREES+= ../${mtree} /
325.endfor
326
327distrib-dirs: ${MTREES:N/*}

--- 59 unchanged lines hidden ---
326.if ${MK_SENDMAIL} != "no"
327MTREES+= mtree/BSD.sendmail.dist /
328.endif
329.for mtree in ${LOCAL_MTREE}
330MTREES+= ../${mtree} /
331.endfor
332
333distrib-dirs: ${MTREES:N/*}

--- 59 unchanged lines hidden ---