]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
MFV r330102: ntp 4.2.8p11
[FreeBSD/FreeBSD.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 # XXX MISSING:          icheck ncheck
7
8 SUBDIR=adjkerntz \
9         camcontrol \
10         clri \
11         comcontrol \
12         conscontrol \
13         ddb \
14         devfs \
15         devmatch \
16         dhclient \
17         dmesg \
18         dump \
19         dumpfs \
20         dumpon \
21         etherswitchcfg \
22         ffsinfo \
23         fsck \
24         fsck_ffs \
25         fsck_msdosfs \
26         fsdb \
27         fsirand \
28         gbde \
29         geom \
30         ggate \
31         growfs \
32         gvinum \
33         ifconfig \
34         init \
35         kldconfig \
36         kldload \
37         kldstat \
38         kldunload \
39         ldconfig \
40         md5 \
41         mdconfig \
42         mdmfs \
43         mknod \
44         mksnap_ffs \
45         mount \
46         mount_cd9660 \
47         mount_fusefs \
48         mount_msdosfs \
49         mount_nfs \
50         mount_nullfs \
51         mount_udf \
52         mount_unionfs \
53         newfs \
54         newfs_msdos \
55         nfsiod \
56         nos-tun \
57         ping \
58         rcorder \
59         reboot \
60         recoverdisk \
61         resolvconf \
62         restore \
63         route \
64         savecore \
65         setkey \
66         shutdown \
67         spppcontrol \
68         swapon \
69         sysctl \
70         tunefs \
71         umount
72
73 SUBDIR.${MK_CCD}+=      ccdconfig
74 SUBDIR.${MK_CXX}+=      devd
75 SUBDIR.${MK_HAST}+=     hastctl
76 SUBDIR.${MK_HAST}+=     hastd
77 SUBDIR.${MK_INET6}+=    ping6
78 SUBDIR.${MK_INET6}+=    rtsol
79 SUBDIR.${MK_IPFILTER}+= ipf
80 SUBDIR.${MK_IPFW}+=     ipfw
81 SUBDIR.${MK_IPFW}+=     natd
82 SUBDIR.${MK_ISCSI}+=    iscontrol
83 SUBDIR.${MK_NAND}+=     nandfs
84 SUBDIR.${MK_NAND}+=     newfs_nandfs
85 SUBDIR.${MK_OPENSSL}+=  decryptcore
86 SUBDIR.${MK_PF}+=       pfctl
87 SUBDIR.${MK_PF}+=       pflogd
88 SUBDIR.${MK_QUOTAS}+=   quotacheck
89 SUBDIR.${MK_ROUTED}+=   routed
90 SUBDIR.${MK_ZFS}+=      zfsbootcfg
91
92 SUBDIR.${MK_TESTS}+=    tests
93
94 .include <bsd.arch.inc.mk>
95
96 SUBDIR_PARALLEL=
97
98 .include <bsd.subdir.mk>