Suppress warnings if /etc/fstab is missing when generating output for
[dragonfly.git] / sbin / Makefile
blob27fb6d9aedd0318ca0334430ac2a01ad05c7841b
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 $
5 # XXX MISSING: icheck ncheck
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 growfs \
30 gpt \
31 hammer \
32 ifconfig \
33 init \
34 ip6fw \
35 ipfw \
36 jscan \
37 kldconfig \
38 kldload \
39 kldstat \
40 kldunload \
41 ldconfig \
42 md5 \
43 mknod \
44 mountctl \
45 mount \
46 mount_cd9660 \
47 mount_ext2fs \
48 mount_hammer \
49 mount_msdos \
50 mount_nfs \
51 mount_ntfs \
52 mount_null \
53 mount_portal \
54 mount_std \
55 mount_udf \
56 mount_union \
57 mountd \
58 natacontrol \
59 natd \
60 newbtconf \
61 newfs \
62 newfs_hammer \
63 newfs_msdos \
64 nfsd \
65 nfsiod \
66 nologin \
67 nos-tun \
68 ping \
69 ping6 \
70 quotacheck \
71 reboot \
72 rconfig \
73 rcorder \
74 restore \
75 route \
76 routed \
77 rtsol \
78 rcrun \
79 savecore \
80 shutdown \
81 slattach \
82 spppcontrol \
83 startslip \
84 swapon \
85 sysctl \
86 tunefs \
87 umount \
88 vinum
90 .if !defined(NO_IPFILTER)
91 SUBDIR+=ipf \
92 ipfs \
93 ipfstat \
94 ipmon \
95 ipnat
96 .endif
98 .if ${MACHINE_ARCH} == i386
99 SUBDIR+=kget \
100 mount_nwfs \
101 mount_smbfs
102 .endif
104 .if exists(${.CURDIR}/${MACHINE})
105 SUBDIR+= ${MACHINE}
106 .endif
107 .if exists(${.CURDIR}/${MACHINE_ARCH})
108 SUBDIR+= ${MACHINE_ARCH}
109 .endif
111 .include <bsd.subdir.mk>