Deleted Added
full compact
Makefile (204076) Makefile (212527)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 204076 2010-02-18 23:16:19Z pjd $
2# $FreeBSD: head/sbin/Makefile 212527 2010-09-13 02:25:21Z imp $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR= adjkerntz \
8SUBDIR=adjkerntz \
9 atacontrol \
9 atacontrol \
10 ${_atm} \
11 badsect \
10 badsect \
12 ${_bsdlabel} \
13 camcontrol \
14 ccdconfig \
15 clri \
16 comcontrol \
17 conscontrol \
18 ddb \
11 camcontrol \
12 ccdconfig \
13 clri \
14 comcontrol \
15 conscontrol \
16 ddb \
19 ${_devd} \
20 devfs \
21 dhclient \
22 dmesg \
23 dump \
24 dumpfs \
25 dumpon \
17 devfs \
18 dhclient \
19 dmesg \
20 dump \
21 dumpfs \
22 dumpon \
26 ${_fdisk} \
27 ${_fdisk_pc98} \
28 ffsinfo \
29 fsck \
30 fsck_ffs \
31 fsck_msdosfs \
32 fsdb \
33 fsirand \
34 gbde \
35 geom \
36 ggate \
37 growfs \
38 gvinum \
39 hastctl \
40 hastd \
41 ifconfig \
42 init \
23 ffsinfo \
24 fsck \
25 fsck_ffs \
26 fsck_msdosfs \
27 fsdb \
28 fsirand \
29 gbde \
30 geom \
31 ggate \
32 growfs \
33 gvinum \
34 hastctl \
35 hastd \
36 ifconfig \
37 init \
43 ${_ipf} \
44 ${_ipfw} \
45 iscontrol \
46 kldconfig \
47 kldload \
48 kldstat \
49 kldunload \
50 ldconfig \
38 iscontrol \
39 kldconfig \
40 kldload \
41 kldstat \
42 kldunload \
43 ldconfig \
51 ${_mca} \
52 md5 \
53 mdconfig \
54 mdmfs \
55 mknod \
56 mksnap_ffs \
57 mount \
58 mount_cd9660 \
59 mount_msdosfs \
60 mount_nfs \
61 mount_ntfs \
62 mount_nullfs \
63 mount_udf \
64 mount_unionfs \
44 md5 \
45 mdconfig \
46 mdmfs \
47 mknod \
48 mksnap_ffs \
49 mount \
50 mount_cd9660 \
51 mount_msdosfs \
52 mount_nfs \
53 mount_ntfs \
54 mount_nullfs \
55 mount_udf \
56 mount_unionfs \
65 ${_natd} \
66 newfs \
67 newfs_msdos \
68 nfsiod \
69 nos-tun \
57 newfs \
58 newfs_msdos \
59 nfsiod \
60 nos-tun \
70 ${_pfctl} \
71 ${_pflogd} \
72 ping \
61 ping \
73 ${_ping6} \
74 ${_quotacheck} \
75 rcorder \
76 reboot \
77 recoverdisk \
78 restore \
79 route \
62 rcorder \
63 reboot \
64 recoverdisk \
65 restore \
66 route \
80 ${_routed} \
81 ${_rtsol} \
82 savecore \
67 savecore \
83 ${_sconfig} \
84 setkey \
85 shutdown \
86 spppcontrol \
68 setkey \
69 shutdown \
70 spppcontrol \
87 ${_sunlabel} \
88 swapon \
89 sysctl \
90 tunefs \
91 umount \
92
93.if ${MK_ATM} != "no"
71 swapon \
72 sysctl \
73 tunefs \
74 umount \
75
76.if ${MK_ATM} != "no"
94_atm= atm
77SUBDIR+= atm
95.endif
96
97.if ${MK_CXX} != "no"
78.endif
79
80.if ${MK_CXX} != "no"
98_devd= devd
81SUBDIR+= devd
99.endif
100
101.if ${MK_IPFILTER} != "no"
82.endif
83
84.if ${MK_IPFILTER} != "no"
102_ipf= ipf
85SUBDIR+= ipf
103.endif
104
105.if ${MK_IPFW} != "no"
86.endif
87
88.if ${MK_IPFW} != "no"
106_ipfw= ipfw
107_natd= natd
89SUBDIR+= ipfw
90SUBDIR+= natd
108.endif
109
110.if ${MK_PF} != "no"
91.endif
92
93.if ${MK_PF} != "no"
111_pfctl= pfctl
112_pflogd= pflogd
94SUBDIR+= pfctl
95SUBDIR+= pflogd
113.endif
114
115.if ${MK_INET6} != "no"
96.endif
97
98.if ${MK_INET6} != "no"
116_ping6= ping6
117_rtsol= rtsol
99SUBDIR+= ping6
100SUBDIR+= rtsol
118.endif
119
101.endif
102
120.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
121_bsdlabel= bsdlabel
122.endif
123
124.if ${MK_QUOTAS} != "no"
103.if ${MK_QUOTAS} != "no"
125_quotacheck= quotacheck
104SUBDIR+= quotacheck
126.endif
127
128.if ${MK_ROUTED} != "no"
105.endif
106
107.if ${MK_ROUTED} != "no"
129_routed= routed
108SUBDIR+= routed
130.endif
131
109.endif
110
132.if ${MACHINE_ARCH} == "i386"
133.if ${MACHINE} == "i386"
134_fdisk= fdisk
135.elif ${MACHINE} == "pc98"
136_fdisk_pc98= fdisk_pc98
137.endif
138_sconfig= sconfig
139.endif
111.include <bsd.arch.inc.mk>
140
112
141.if ${MACHINE_ARCH} == "amd64"
142_fdisk= fdisk
143.endif
113SUBDIR:= ${SUBDIR:O}
144
114
145.if ${MACHINE_ARCH} == "arm"
146_fdisk= fdisk
147.endif
148
149.if ${MACHINE_ARCH} == "ia64"
150_mca= mca
151.endif
152
153.if ${MACHINE_ARCH} == "sparc64"
154_sunlabel= sunlabel
155.endif
156
157.include <bsd.subdir.mk>
115.include <bsd.subdir.mk>