Merge branch 'vendor/GCC44' into gcc441
[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_ext2fs \
49         mount_hammer \
50         mount_msdos \
51         mount_nfs \
52         mount_ntfs \
53         mount_null \
54         mount_portal \
55         mount_std \
56         mount_udf \
57         mount_union \
58         mountd \
59         natacontrol \
60         natd \
61         newbtconf \
62         newfs \
63         newfs_hammer \
64         newfs_msdos \
65         nfsd \
66         nfsiod \
67         nologin \
68         nos-tun \
69         ping \
70         ping6 \
71         quotacheck \
72         reboot \
73         rconfig \
74         rcorder \
75         restore \
76         route \
77         routed \
78         rtsol \
79         rcrun \
80         savecore \
81         shutdown \
82         slattach \
83         spppcontrol \
84         startslip \
85         swapon \
86         sysctl \
87         tunefs \
88         umount \
89         vinum
90
91 .if !defined(NO_IPFILTER)
92 SUBDIR+=ipf \
93         ipfs \
94         ipfstat \
95         ipmon \
96         ipnat
97 .endif
98
99 .if ${MACHINE_ARCH} == i386
100 SUBDIR+=kget \
101         mount_nwfs \
102         mount_smbfs
103 .endif
104
105 .if exists(${.CURDIR}/${MACHINE})
106 SUBDIR+= ${MACHINE}
107 .endif
108 .if exists(${.CURDIR}/${MACHINE_ARCH})
109 SUBDIR+= ${MACHINE_ARCH}
110 .endif
111
112 .include <bsd.subdir.mk>