Deleted Added
full compact
Makefile (278717) Makefile (264303)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: stable/10/sbin/Makefile 278717 2015-02-13 21:32:05Z ngie $
2# $FreeBSD: stable/10/sbin/Makefile 264303 2014-04-09 18:16:58Z dim $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR=adjkerntz \
9 badsect \
10 camcontrol \
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR=adjkerntz \
9 badsect \
10 camcontrol \
11 ccdconfig \
11 clri \
12 comcontrol \
13 conscontrol \
14 ddb \
15 devfs \
16 dhclient \
17 dmesg \
18 dump \

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

25 fsck_msdosfs \
26 fsdb \
27 fsirand \
28 gbde \
29 geom \
30 ggate \
31 growfs \
32 gvinum \
12 clri \
13 comcontrol \
14 conscontrol \
15 ddb \
16 devfs \
17 dhclient \
18 dmesg \
19 dump \

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

26 fsck_msdosfs \
27 fsdb \
28 fsirand \
29 gbde \
30 geom \
31 ggate \
32 growfs \
33 gvinum \
34 hastctl \
35 hastd \
33 ifconfig \
34 init \
36 ifconfig \
37 init \
38 iscontrol \
35 kldconfig \
36 kldload \
37 kldstat \
38 kldunload \
39 ldconfig \
40 md5 \
41 mdconfig \
42 mdmfs \

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

69 sysctl \
70 tunefs \
71 umount \
72
73.if ${MK_ATM} != "no"
74SUBDIR+= atm
75.endif
76
39 kldconfig \
40 kldload \
41 kldstat \
42 kldunload \
43 ldconfig \
44 md5 \
45 mdconfig \
46 mdmfs \

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

73 sysctl \
74 tunefs \
75 umount \
76
77.if ${MK_ATM} != "no"
78SUBDIR+= atm
79.endif
80
77.if ${MK_CCD} != "no"
78SUBDIR+= ccdconfig
79.endif
80
81.if ${MK_CXX} != "no"
82SUBDIR+= devd
83.endif
84
81.if ${MK_CXX} != "no"
82SUBDIR+= devd
83.endif
84
85.if ${MK_HAST} != "no"
86SUBDIR+= hastctl
87SUBDIR+= hastd
88.endif
89
90.if ${MK_INET6} != "no"
91SUBDIR+= ping6
92SUBDIR+= rtsol
93.endif
94
95.if ${MK_IPFILTER} != "no"
96SUBDIR+= ipf
97.endif
98
99.if ${MK_IPFW} != "no"
100SUBDIR+= ipfw
101SUBDIR+= natd
102.endif
103
85.if ${MK_IPFILTER} != "no"
86SUBDIR+= ipf
87.endif
88
89.if ${MK_IPFW} != "no"
90SUBDIR+= ipfw
91SUBDIR+= natd
92.endif
93
104.if ${MK_ISCSI} != "no"
105SUBDIR+= iscontrol
106.endif
107
108.if ${MK_NAND} != "no"
109SUBDIR+= nandfs
110SUBDIR+= newfs_nandfs
111.endif
112
113.if ${MK_PF} != "no"
114SUBDIR+= pfctl
115SUBDIR+= pflogd
116.endif
117
94.if ${MK_NAND} != "no"
95SUBDIR+= nandfs
96SUBDIR+= newfs_nandfs
97.endif
98
99.if ${MK_PF} != "no"
100SUBDIR+= pfctl
101SUBDIR+= pflogd
102.endif
103
104.if ${MK_INET6} != "no"
105SUBDIR+= ping6
106SUBDIR+= rtsol
107.endif
108
118.if ${MK_QUOTAS} != "no"
119SUBDIR+= quotacheck
120.endif
121
122.if ${MK_ROUTED} != "no"
123SUBDIR+= routed
124.endif
125
109.if ${MK_QUOTAS} != "no"
110SUBDIR+= quotacheck
111.endif
112
113.if ${MK_ROUTED} != "no"
114SUBDIR+= routed
115.endif
116
126.if ${MK_TESTS} != "no"
127SUBDIR+= tests
128.endif
129
130.include <bsd.arch.inc.mk>
131
132SUBDIR:= ${SUBDIR:O}
133
134SUBDIR_PARALLEL=
135
136.include <bsd.subdir.mk>
117.include <bsd.arch.inc.mk>
118
119SUBDIR:= ${SUBDIR:O}
120
121SUBDIR_PARALLEL=
122
123.include <bsd.subdir.mk>