Deleted Added
full compact
Makefile (74448) Makefile (77042)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 74448 2001-03-19 07:59:38Z sos $
2# $FreeBSD: head/sbin/Makefile 77042 2001-05-23 14:58:19Z ru $
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 atm \
9 badsect \
10 camcontrol \
11 ccdconfig \
12 clri \
13 comcontrol \
14 dhclient \
15 disklabel \
16 dmesg \
17 dump \
18 dumpfs \
19 dumpon \
20 ffsinfo \
21 fsck \
22 fsck_ifs \
23 fsck_ffs \
24 fsdb \
25 fsirand \
26 growfs \
27 ifconfig \
28 init \
29 ip6fw \
30 ipf \
31 ipfstat \
32 ipfw \
33 ipmon \
34 ipnat \
35 kldload \
36 kldstat \
37 kldunload \
38 ldconfig \
39 md5 \
40 mdconfig \
41 mknod \
42 mount \
43 mount_cd9660 \
44 mount_ext2fs \
45 mount_ifs \
46 mount_msdos \
47 mount_nfs \
48 mount_ntfs \
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 atm \
9 badsect \
10 camcontrol \
11 ccdconfig \
12 clri \
13 comcontrol \
14 dhclient \
15 disklabel \
16 dmesg \
17 dump \
18 dumpfs \
19 dumpon \
20 ffsinfo \
21 fsck \
22 fsck_ifs \
23 fsck_ffs \
24 fsdb \
25 fsirand \
26 growfs \
27 ifconfig \
28 init \
29 ip6fw \
30 ipf \
31 ipfstat \
32 ipfw \
33 ipmon \
34 ipnat \
35 kldload \
36 kldstat \
37 kldunload \
38 ldconfig \
39 md5 \
40 mdconfig \
41 mknod \
42 mount \
43 mount_cd9660 \
44 mount_ext2fs \
45 mount_ifs \
46 mount_msdos \
47 mount_nfs \
48 mount_ntfs \
49 mount_null \
50 mount_portal \
49 mount_nullfs \
50 mount_portalfs \
51 mount_std \
51 mount_std \
52 mount_umap \
53 mount_union \
52 mount_umapfs \
53 mount_unionfs \
54 mountd \
55 natd \
56 newfs \
57 newfs_msdos \
58 nfsd \
59 nfsiod \
60 nologin \
61 nos-tun \
62 ping \
63 ping6 \
64 quotacheck \
65 reboot \
66 restore \
67 route \
68 routed \
69 rtsol \
70 savecore \
71 shutdown \
72 slattach \
73 spppcontrol \
74 startslip \
75 sysctl \
76 swapon \
77 tunefs \
78 umount \
79 vinum
80
81.if ${MACHINE_ARCH} == i386
82SUBDIR+= kget mount_nwfs
83.endif
84
85.if exists(${.CURDIR}/${MACHINE})
86SUBDIR+= ${MACHINE}
87.endif
88
89.include <bsd.subdir.mk>
54 mountd \
55 natd \
56 newfs \
57 newfs_msdos \
58 nfsd \
59 nfsiod \
60 nologin \
61 nos-tun \
62 ping \
63 ping6 \
64 quotacheck \
65 reboot \
66 restore \
67 route \
68 routed \
69 rtsol \
70 savecore \
71 shutdown \
72 slattach \
73 spppcontrol \
74 startslip \
75 sysctl \
76 swapon \
77 tunefs \
78 umount \
79 vinum
80
81.if ${MACHINE_ARCH} == i386
82SUBDIR+= kget mount_nwfs
83.endif
84
85.if exists(${.CURDIR}/${MACHINE})
86SUBDIR+= ${MACHINE}
87.endif
88
89.include <bsd.subdir.mk>