Deleted Added
full compact
Makefile (224175) Makefile (225937)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 224175 2011-07-18 08:10:49Z dougb $
2# $FreeBSD: head/usr.sbin/Makefile 225937 2011-10-03 15:13:09Z nwhitehorn $
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 burncd \
10 bsdinstall \

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

285.if ${MK_SENDMAIL} != "no"
286SUBDIR+= editmap
287SUBDIR+= mailstats
288SUBDIR+= makemap
289SUBDIR+= praliases
290SUBDIR+= sendmail
291.endif
292
3
4.include <bsd.own.mk>
5
6SUBDIR= adduser \
7 arp \
8 bootparamd \
9 burncd \
10 bsdinstall \

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

285.if ${MK_SENDMAIL} != "no"
286SUBDIR+= editmap
287SUBDIR+= mailstats
288SUBDIR+= makemap
289SUBDIR+= praliases
290SUBDIR+= sendmail
291.endif
292
293SUBDIR+= sysinstall
294
295.if ${MK_TOOLCHAIN} != "no"
296SUBDIR+= config
297SUBDIR+= crunch
298.endif
299
300.if ${MK_USB} != "no"
301SUBDIR+= uathload
302SUBDIR+= uhsoctl

--- 21 unchanged lines hidden ---
293.if ${MK_TOOLCHAIN} != "no"
294SUBDIR+= config
295SUBDIR+= crunch
296.endif
297
298.if ${MK_USB} != "no"
299SUBDIR+= uathload
300SUBDIR+= uhsoctl

--- 21 unchanged lines hidden ---