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