]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/Makefile
MFC r324538
[FreeBSD/stable/9.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         clri \
13         comcontrol \
14         conscontrol \
15         ddb \
16         devfs \
17         dhclient \
18         dmesg \
19         dump \
20         dumpfs \
21         dumpon \
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         iscontrol \
36         kldconfig \
37         kldload \
38         kldstat \
39         kldunload \
40         ldconfig \
41         md5 \
42         mdconfig \
43         mdmfs \
44         mknod \
45         mksnap_ffs \
46         mount \
47         mount_cd9660 \
48         mount_msdosfs \
49         mount_nfs \
50         mount_ntfs \
51         mount_nullfs \
52         mount_udf \
53         mount_unionfs \
54         newfs \
55         newfs_msdos \
56         nfsiod \
57         nos-tun \
58         ping \
59         rcorder \
60         reboot \
61         recoverdisk \
62         resolvconf \
63         restore \
64         route \
65         savecore \
66         setkey \
67         shutdown \
68         spppcontrol \
69         swapon \
70         sysctl \
71         tunefs \
72         umount \
73
74 .if ${MK_ATM} != "no"
75 SUBDIR+=        atm
76 .endif
77
78 .if ${MK_CCD} != "no"
79 SUBDIR+=        ccdconfig
80 .endif
81
82 .if ${MK_CXX} != "no"
83 SUBDIR+=        devd
84 .endif
85
86 .if ${MK_HAST} != "no"
87 SUBDIR+=        hastctl
88 SUBDIR+=        hastd
89 .endif
90
91 .if ${MK_IPFILTER} != "no"
92 SUBDIR+=        ipf
93 .endif
94
95 .if ${MK_IPFW} != "no"
96 SUBDIR+=        ipfw
97 SUBDIR+=        natd
98 .endif
99
100 .if ${MK_PF} != "no"
101 SUBDIR+=        pfctl
102 SUBDIR+=        pflogd
103 .endif
104
105 .if ${MK_INET6} != "no"
106 SUBDIR+=        ping6
107 SUBDIR+=        rtsol
108 .endif
109
110 .if ${MK_QUOTAS} != "no"
111 SUBDIR+=        quotacheck
112 .endif
113
114 .if ${MK_ROUTED} != "no"
115 SUBDIR+=        routed
116 .endif
117
118 .include <bsd.arch.inc.mk>
119
120 SUBDIR:=        ${SUBDIR:O}
121
122 SUBDIR_PARALLEL=
123
124 .include <bsd.subdir.mk>