]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r81630,
[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         nfsiod \
63         nologin \
64         nos-tun \
65         ping \
66         ping6 \
67         quotacheck \
68         reboot \
69         restore \
70         route \
71         routed \
72         rtsol \
73         savecore \
74         shutdown \
75         slattach \
76         spppcontrol \
77         startslip \
78         sysctl \
79         swapon \
80         tunefs \
81         umount \
82         vinum
83
84 .if ${MACHINE_ARCH} == i386
85 SUBDIR+=        kget mount_nwfs
86 .endif
87
88 .if exists(${.CURDIR}/${MACHINE})
89 SUBDIR+= ${MACHINE}
90 .endif
91
92 .include <bsd.subdir.mk>