]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # XXX MISSING:          icheck ncheck
7
8 SUBDIR=adjkerntz \
9         atacontrol \
10         badsect \
11         camcontrol \
12         ccdconfig \
13         clri \
14         comcontrol \
15         conscontrol \
16         ddb \
17         devfs \
18         dhclient \
19         dmesg \
20         dump \
21         dumpfs \
22         dumpon \
23         ffsinfo \
24         fsck \
25         fsck_ffs \
26         fsck_msdosfs \
27         fsdb \
28         fsirand \
29         gbde \
30         geom \
31         ggate \
32         growfs \
33         gvinum \
34         hastctl \
35         hastd \
36         ifconfig \
37         init \
38         iscontrol \
39         kldconfig \
40         kldload \
41         kldstat \
42         kldunload \
43         ldconfig \
44         md5 \
45         mdconfig \
46         mdmfs \
47         mknod \
48         mksnap_ffs \
49         mount \
50         mount_cd9660 \
51         mount_msdosfs \
52         mount_nfs \
53         mount_ntfs \
54         mount_nullfs \
55         mount_udf \
56         mount_unionfs \
57         newfs \
58         newfs_msdos \
59         nfsiod \
60         nos-tun \
61         ping \
62         rcorder \
63         reboot \
64         recoverdisk \
65         resolvconf \
66         restore \
67         route \
68         savecore \
69         setkey \
70         shutdown \
71         spppcontrol \
72         swapon \
73         sysctl \
74         tunefs \
75         umount \
76
77 .if ${MK_ATM} != "no"
78 SUBDIR+=        atm
79 .endif
80
81 .if ${MK_CXX} != "no"
82 SUBDIR+=        devd
83 .endif
84
85 .if ${MK_IPFILTER} != "no"
86 SUBDIR+=        ipf
87 .endif
88
89 .if ${MK_IPFW} != "no"
90 SUBDIR+=        ipfw
91 SUBDIR+=        natd
92 .endif
93
94 .if ${MK_PF} != "no"
95 SUBDIR+=        pfctl
96 SUBDIR+=        pflogd
97 .endif
98
99 .if ${MK_INET6} != "no"
100 SUBDIR+=        ping6
101 SUBDIR+=        rtsol
102 .endif
103
104 .if ${MK_QUOTAS} != "no"
105 SUBDIR+=        quotacheck
106 .endif
107
108 .if ${MK_ROUTED} != "no"
109 SUBDIR+=        routed
110 .endif
111
112 .include <bsd.arch.inc.mk>
113
114 SUBDIR:=        ${SUBDIR:O}
115
116 .include <bsd.subdir.mk>