proc->thread stage 4: rework the VFS and DEVICE subsystems to take thread
[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.2 2003/06/17 04:27:31 dillon Exp $
4
5 # XXX MISSING:          icheck ncheck
6
7 SUBDIR= adjkerntz \
8         atacontrol \
9         atm \
10         badsect \
11         camcontrol \
12         ccdconfig \
13         clri \
14         comcontrol \
15         dhclient \
16         disklabel \
17         dmesg \
18         dump \
19         dumpfs \
20         dumpon \
21         ffsinfo \
22         fsck \
23         fsck_msdosfs \
24         fsdb \
25         fsirand \
26         growfs \
27         ifconfig \
28         init \
29         ip6fw \
30         ipfw \
31         kldconfig \
32         kldload \
33         kldstat \
34         kldunload \
35         ldconfig \
36         md5 \
37         mknod \
38         mount \
39         mount_cd9660 \
40         mount_ext2fs \
41         mount_msdos \
42         mount_nfs \
43         mount_ntfs \
44         mount_null \
45         mount_portal \
46         mount_std \
47         mount_umap \
48         mount_union \
49         mountd \
50         natd \
51         newfs \
52         newfs_msdos \
53         nfsd \
54         nfsiod \
55         nologin \
56         nos-tun \
57         ping \
58         ping6 \
59         quotacheck \
60         reboot \
61         restore \
62         route \
63         routed \
64         rtsol \
65         savecore \
66         shutdown \
67         slattach \
68         spppcontrol \
69         startslip \
70         swapon \
71         sysctl \
72         tunefs \
73         umount \
74         vinum
75
76 .if !defined(NO_IPFILTER)
77 SUBDIR+=ipf \
78         ipfs \
79         ipfstat \
80         ipmon \
81         ipnat
82 .endif
83
84 .if ${MACHINE_ARCH} == i386
85 SUBDIR+=kget \
86         mount_nwfs \
87         mount_smbfs
88 .endif
89
90 .if exists(${.CURDIR}/${MACHINE})
91 SUBDIR+= ${MACHINE}
92 .endif
93
94 .include <bsd.subdir.mk>