Deleted Added
full compact
Makefile (118919) Makefile (119506)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 118919 2003-08-14 18:55:57Z rwatson $
2# $FreeBSD: head/sbin/Makefile 119506 2003-08-27 19:58:40Z phk $
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 atm \
9 badsect \
10 bsdlabel \
11 camcontrol \
12 ccdconfig \
13 clri \
14 comcontrol \
15 conscontrol \
16 devfs \

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

24 fsck_ffs \
25 fsck_msdosfs \
26 fsdb \
27 fsirand \
28 gbde \
29 growfs \
30 ifconfig \
31 init \
8 badsect \
9 bsdlabel \
10 camcontrol \
11 ccdconfig \
12 clri \
13 comcontrol \
14 conscontrol \
15 devfs \

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

23 fsck_ffs \
24 fsck_msdosfs \
25 fsdb \
26 fsirand \
27 gbde \
28 growfs \
29 ifconfig \
30 init \
32 ip6fw \
33 ipfw \
34 kldconfig \
35 kldload \
36 kldstat \
37 kldunload \
38 ldconfig \
39 md5 \
40 mdconfig \

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

54 mount_unionfs \
55 natd \
56 newfs \
57 newfs_msdos \
58 nfsiod \
59 nologin \
60 nos-tun \
61 ping \
31 ipfw \
32 kldconfig \
33 kldload \
34 kldstat \
35 kldunload \
36 ldconfig \
37 md5 \
38 mdconfig \

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

52 mount_unionfs \
53 natd \
54 newfs \
55 newfs_msdos \
56 nfsiod \
57 nologin \
58 nos-tun \
59 ping \
62 ping6 \
63 quotacheck \
64 raidctl \
65 rcorder \
66 reboot \
67 restore \
68 route \
69 routed \
70 rtsol \

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

75 startslip \
76 sunlabel \
77 swapon \
78 sysctl \
79 tunefs \
80 umount \
81 vinum
82
60 quotacheck \
61 raidctl \
62 rcorder \
63 reboot \
64 restore \
65 route \
66 routed \
67 rtsol \

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

72 startslip \
73 sunlabel \
74 swapon \
75 sysctl \
76 tunefs \
77 umount \
78 vinum
79
80.if !defined(NOATM)
81SUBDIR+=atm
82.endif
83
83.if !defined(NO_CXX)
84SUBDIR+=devd
85.endif
86
87.if !defined(NO_IPFILTER)
88SUBDIR+=ipf \
89 ipfs \
90 ipfstat \
91 ipmon \
92 ipnat
93.endif
94
84.if !defined(NO_CXX)
85SUBDIR+=devd
86.endif
87
88.if !defined(NO_IPFILTER)
89SUBDIR+=ipf \
90 ipfs \
91 ipfstat \
92 ipmon \
93 ipnat
94.endif
95
96.if !defined(NOINET6)
97SUBDIR+=ip6fw \
98 ping6
99.endif
100
95.if ${MACHINE_ARCH} == "i386"
96SUBDIR+=cxconfig
97.if ${MACHINE} == "pc98"
98SUBDIR+=fdisk_pc98
99.else
100SUBDIR+=fdisk
101.endif
102.endif

--- 13 unchanged lines hidden ---
101.if ${MACHINE_ARCH} == "i386"
102SUBDIR+=cxconfig
103.if ${MACHINE} == "pc98"
104SUBDIR+=fdisk_pc98
105.else
106SUBDIR+=fdisk
107.endif
108.endif

--- 13 unchanged lines hidden ---