Add a pfil_has_hooks() inline to shortcut calls to pfil_run_hooks(),
[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.5 2004/03/25 22:07:21 drhodus 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         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         rcorder \
63         restore \
64         route \
65         routed \
66         rtsol \
67         rcrun \
68         savecore \
69         shutdown \
70         slattach \
71         spppcontrol \
72         startslip \
73         swapon \
74         sysctl \
75         tunefs \
76         umount \
77         vinum
78
79 .if !defined(NO_IPFILTER)
80 SUBDIR+=ipf \
81         ipfs \
82         ipfstat \
83         ipmon \
84         ipnat
85 .endif
86
87 .if ${MACHINE_ARCH} == i386
88 SUBDIR+=kget \
89         mount_nwfs \
90         mount_smbfs
91 .endif
92
93 .if exists(${.CURDIR}/${MACHINE})
94 SUBDIR+= ${MACHINE}
95 .endif
96
97 .include <bsd.subdir.mk>