Merge branch 'vendor/ACPICA-UNIX'
[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.20 2008/10/03 00:26:21 hasso 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         devd \
16         dhclient \
17         disklabel \
18         disklabel64 \
19         diskinfo \
20         dmesg \
21         dump \
22         dumpfs \
23         dumpon \
24         ffsinfo \
25         fsck \
26         fsck_msdosfs \
27         fsdb \
28         fsirand \
29         getdevpath \
30         growfs \
31         gpt \
32         hammer \
33         ifconfig \
34         init \
35         ip6fw \
36         ipfw \
37         jscan \
38         kldconfig \
39         kldload \
40         kldstat \
41         kldunload \
42         ldconfig \
43         md5 \
44         mknod \
45         mountctl \
46         mount \
47         mount_cd9660 \
48         mount_devfs \
49         mount_ext2fs \
50         mount_hammer \
51         mount_msdos \
52         mount_nfs \
53         mount_ntfs \
54         mount_null \
55         mount_portal \
56         mount_std \
57         mount_udf \
58         mount_union \
59         mountd \
60         natacontrol \
61         natd \
62         newbtconf \
63         newfs \
64         newfs_hammer \
65         newfs_msdos \
66         nfsd \
67         nfsiod \
68         nologin \
69         nos-tun \
70         ping \
71         ping6 \
72         quotacheck \
73         reboot \
74         rconfig \
75         rcorder \
76         restore \
77         route \
78         routed \
79         rtsol \
80         rcrun \
81         savecore \
82         shutdown \
83         slattach \
84         spppcontrol \
85         startslip \
86         swapon \
87         sysctl \
88         tunefs \
89         umount \
90         vinum
91
92 .if !defined(NO_IPFILTER)
93 SUBDIR+=ipf \
94         ipfs \
95         ipfstat \
96         ipmon \
97         ipnat
98 .endif
99
100 .if ${MACHINE_ARCH} == i386
101 SUBDIR+=kget \
102         mount_nwfs \
103         mount_smbfs
104 .endif
105
106 .if exists(${.CURDIR}/${MACHINE})
107 SUBDIR+= ${MACHINE}
108 .endif
109 .if exists(${.CURDIR}/${MACHINE_ARCH})
110 SUBDIR+= ${MACHINE_ARCH}
111 .endif
112
113 .include <bsd.subdir.mk>