]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r84491,
[FreeBSD/FreeBSD.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
3
4 # XXX MISSING:          icheck ncheck
5
6 SUBDIR= 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_ffs \
23         fsck_ifs \
24         fsck_msdosfs \
25         fsdb \
26         fsirand \
27         growfs \
28         ifconfig \
29         init \
30         ip6fw \
31         ipf \
32         ipfstat \
33         ipfw \
34         ipmon \
35         ipnat \
36         kldconfig \
37         kldload \
38         kldstat \
39         kldunload \
40         ldconfig \
41         md5 \
42         mdconfig \
43         mdmfs \
44         mknod \
45         mount \
46         mount_cd9660 \
47         mount_ext2fs \
48         mount_ifs \
49         mount_msdosfs \
50         mount_nfs \
51         mount_ntfs \
52         mount_nullfs \
53         mount_portalfs \
54         mount_std \
55         mount_umapfs \
56         mount_unionfs \
57         mountd \
58         natd \
59         newfs \
60         newfs_msdos \
61         nfsd \
62         nologin \
63         nos-tun \
64         ping \
65         ping6 \
66         quotacheck \
67         reboot \
68         restore \
69         route \
70         routed \
71         rtsol \
72         savecore \
73         shutdown \
74         slattach \
75         spppcontrol \
76         startslip \
77         sysctl \
78         swapon \
79         tunefs \
80         umount \
81         vinum
82
83 .if ${MACHINE_ARCH} == i386
84 SUBDIR+=        kget mount_nwfs
85 .endif
86
87 .if exists(${.CURDIR}/${MACHINE})
88 SUBDIR+= ${MACHINE}
89 .endif
90
91 .include <bsd.subdir.mk>