Fix typo.
[dragonfly.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $
3 # $DragonFly: src/sbin/Makefile,v 1.11 2006/05/13 05:10:40 dillon Exp $
4 #
5 # XXX MISSING:          icheck ncheck
6
7 SUBDIR= adjkerntz \
8         atacontrol \
9         atm \
10         badsect \
11         brconfig \
12         camcontrol \
13         ccdconfig \
14         clri \
15         comcontrol \
16         dhclient \
17         disklabel \
18         dmesg \
19         dump \
20         dumpfs \
21         dumpon \
22         ffsinfo \
23         fsck \
24         fsck_msdosfs \
25         fsdb \
26         fsirand \
27         growfs \
28         ifconfig \
29         init \
30         ip6fw \
31         ipfw \
32         jscan \
33         kldconfig \
34         kldload \
35         kldstat \
36         kldunload \
37         ldconfig \
38         md5 \
39         mknod \
40         mountctl \
41         mount \
42         mount_cd9660 \
43         mount_ext2fs \
44         mount_msdos \
45         mount_nfs \
46         mount_ntfs \
47         mount_null \
48         mount_portal \
49         mount_std \
50         mount_udf \
51         mount_union \
52         mountd \
53         natd \
54         newbtconf \
55         newfs \
56         newfs_msdos \
57         nfsd \
58         nfsiod \
59         nologin \
60         nos-tun \
61         ping \
62         ping6 \
63         quotacheck \
64         reboot \
65         rconfig \
66         rcorder \
67         restore \
68         route \
69         routed \
70         rtsol \
71         rcrun \
72         savecore \
73         shutdown \
74         slattach \
75         spppcontrol \
76         startslip \
77         swapon \
78         sysctl \
79         tunefs \
80         umount \
81         vinum
82
83 .if !defined(NO_IPFILTER)
84 SUBDIR+=ipf \
85         ipfs \
86         ipfstat \
87         ipmon \
88         ipnat
89 .endif
90
91 .if ${MACHINE_ARCH} == i386
92 SUBDIR+=kget \
93         mount_nwfs \
94         mount_smbfs
95 .endif
96
97 .if exists(${.CURDIR}/${MACHINE})
98 SUBDIR+= ${MACHINE}
99 .endif
100
101 .include <bsd.subdir.mk>