Rename functions to avoid conflicts with libc.
[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.12 2006/07/29 18:56:28 swildner 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         jscan \
32         kldconfig \
33         kldload \
34         kldstat \
35         kldunload \
36         ldconfig \
37         md5 \
38         mknod \
39         mountctl \
40         mount \
41         mount_cd9660 \
42         mount_ext2fs \
43         mount_msdos \
44         mount_nfs \
45         mount_ntfs \
46         mount_null \
47         mount_portal \
48         mount_std \
49         mount_udf \
50         mount_union \
51         mountd \
52         natd \
53         newbtconf \
54         newfs \
55         newfs_msdos \
56         nfsd \
57         nfsiod \
58         nologin \
59         nos-tun \
60         ping \
61         ping6 \
62         quotacheck \
63         reboot \
64         rconfig \
65         rcorder \
66         restore \
67         route \
68         routed \
69         rtsol \
70         rcrun \
71         savecore \
72         shutdown \
73         slattach \
74         spppcontrol \
75         startslip \
76         swapon \
77         sysctl \
78         tunefs \
79         umount \
80         vinum
81
82 .if !defined(NO_IPFILTER)
83 SUBDIR+=ipf \
84         ipfs \
85         ipfstat \
86         ipmon \
87         ipnat
88 .endif
89
90 .if ${MACHINE_ARCH} == i386
91 SUBDIR+=kget \
92         mount_nwfs \
93         mount_smbfs
94 .endif
95
96 .if exists(${.CURDIR}/${MACHINE})
97 SUBDIR+= ${MACHINE}
98 .endif
99
100 .include <bsd.subdir.mk>