]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
MFV: tcpdump 4.3.0.
[FreeBSD/FreeBSD.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         etherswitchcfg \
24         ffsinfo \
25         fsck \
26         fsck_ffs \
27         fsck_msdosfs \
28         fsdb \
29         fsirand \
30         gbde \
31         geom \
32         ggate \
33         growfs \
34         gvinum \
35         hastctl \
36         hastd \
37         ifconfig \
38         init \
39         iscontrol \
40         kldconfig \
41         kldload \
42         kldstat \
43         kldunload \
44         ldconfig \
45         md5 \
46         mdconfig \
47         mdmfs \
48         mknod \
49         mksnap_ffs \
50         mount \
51         mount_cd9660 \
52         mount_msdosfs \
53         mount_nfs \
54         mount_ntfs \
55         mount_nullfs \
56         mount_udf \
57         mount_unionfs \
58         newfs \
59         newfs_msdos \
60         nfsiod \
61         nos-tun \
62         ping \
63         rcorder \
64         reboot \
65         recoverdisk \
66         resolvconf \
67         restore \
68         route \
69         savecore \
70         setkey \
71         shutdown \
72         spppcontrol \
73         swapon \
74         sysctl \
75         tunefs \
76         umount \
77
78 .if ${MK_ATM} != "no"
79 SUBDIR+=        atm
80 .endif
81
82 .if ${MK_CXX} != "no"
83 SUBDIR+=        devd
84 .endif
85
86 .if ${MK_IPFILTER} != "no"
87 SUBDIR+=        ipf
88 .endif
89
90 .if ${MK_IPFW} != "no"
91 SUBDIR+=        ipfw
92 SUBDIR+=        natd
93 .endif
94
95 .if ${MK_NAND} != "no"
96 SUBDIR+=        nandfs
97 SUBDIR+=        newfs_nandfs
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 .include <bsd.subdir.mk>