]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r78828,
[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_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         mdmfs \
42         mknod \
43         mount \
44         mount_cd9660 \
45         mount_ext2fs \
46         mount_ifs \
47         mount_msdosfs \
48         mount_nfs \
49         mount_ntfs \
50         mount_nullfs \
51         mount_portalfs \
52         mount_std \
53         mount_umapfs \
54         mount_unionfs \
55         mountd \
56         natd \
57         newfs \
58         newfs_msdos \
59         nfsd \
60         nfsiod \
61         nologin \
62         nos-tun \
63         ping \
64         ping6 \
65         quotacheck \
66         reboot \
67         restore \
68         route \
69         routed \
70         rtsol \
71         savecore \
72         shutdown \
73         slattach \
74         spppcontrol \
75         startslip \
76         sysctl \
77         swapon \
78         tunefs \
79         umount \
80         vinum
81
82 .if ${MACHINE_ARCH} == i386
83 SUBDIR+=        kget mount_nwfs
84 .endif
85
86 .if exists(${.CURDIR}/${MACHINE})
87 SUBDIR+= ${MACHINE}
88 .endif
89
90 .include <bsd.subdir.mk>