Revamp the argument format a bit, add basic suppot for creating, deleting,
[dragonfly.git] / sbin / Makefile
... / ...
CommitLineData
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.6 2004/06/18 02:46:45 dillon Exp $
4#
5# XXX MISSING: icheck ncheck
6
7SUBDIR= 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_udf \
48 mount_umap \
49 mount_union \
50 mountd \
51 natd \
52 newfs \
53 newfs_msdos \
54 nfsd \
55 nfsiod \
56 nologin \
57 nos-tun \
58 ping \
59 ping6 \
60 quotacheck \
61 reboot \
62 rconfig \
63 rcorder \
64 restore \
65 route \
66 routed \
67 rtsol \
68 rcrun \
69 savecore \
70 shutdown \
71 slattach \
72 spppcontrol \
73 startslip \
74 swapon \
75 sysctl \
76 tunefs \
77 umount \
78 vinum
79
80.if !defined(NO_IPFILTER)
81SUBDIR+=ipf \
82 ipfs \
83 ipfstat \
84 ipmon \
85 ipnat
86.endif
87
88.if ${MACHINE_ARCH} == i386
89SUBDIR+=kget \
90 mount_nwfs \
91 mount_smbfs
92.endif
93
94.if exists(${.CURDIR}/${MACHINE})
95SUBDIR+= ${MACHINE}
96.endif
97
98.include <bsd.subdir.mk>