Merge remote branch 'crater/vendor/MDOCML' into HEAD
[dragonfly.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD: src/usr.sbin/Makefile,v 1.183.2.14 2003/04/16 11:01:51 ru Exp $
3
4 .include "../sys/platform/${MACHINE_PLATFORM}/Makefile.inc"
5
6 # XXX MISSING:          mkproto
7 SUBDIR= 802_11 \
8         IPXrouted \
9         ac \
10         accton \
11         acpi \
12         adduser \
13         amd \
14         ancontrol \
15         arp \
16         asf \
17         atm \
18         authpf \
19         bootparamd \
20         btconfig \
21         bthcid \
22         burncd \
23         cdcontrol \
24         chkgrp \
25         chown \
26         chroot \
27         ckdist \
28         clog \
29         config \
30         crashinfo \
31         cron \
32         daemon \
33         dconschat \
34         devinfo \
35         dev_mkdb \
36         dntpd \
37         edquota \
38         faithd \
39         fdcontrol \
40         fdformat \
41         fdwrite \
42         ftp-proxy \
43         fwcontrol \
44         gifconfig \
45         hotplugd \
46         ifmcstat \
47         inetd \
48         iostat \
49         jail \
50         jexec \
51         jls \
52         kbdcontrol \
53         kbdmap \
54         kernbb \
55         keyserv \
56         lastlogin \
57         mailwrapper \
58         makewhatis \
59         manctl \
60         memcontrol \
61         mergemaster \
62         mfiutil \
63         mixer \
64         mld6query \
65         mlxcontrol \
66         moused \
67         mptutil \
68         mrouted \
69         mtest \
70         mtree \
71         ndp \
72         newsyslog \
73         ngctl \
74         nghook \
75         pciconf \
76         periodic \
77         pfctl \
78         pflogd \
79         pnpinfo \
80         powerd \
81         ppp \
82         pppctl \
83         pppd \
84         pppstats \
85         prefix \
86         procctl \
87         pstat \
88         pw \
89         pwd_mkdb \
90         quot \
91         quotaon \
92         rarpd \
93         rdate \
94         repquota \
95         resident \
96         rip6query \
97         rmt \
98         route6d \
99         rpc.lockd \
100         rpc.statd \
101         rpc.umntall \
102         rpc.yppasswdd \
103         rpc.ypupdated \
104         rpc.ypxfrd \
105         rpcbind \
106         rrenumd \
107         rtadvd \
108         rtprio \
109         rtsold \
110         rwhod \
111         sa \
112         sdpd \
113         sensorsd \
114         setkey \
115         sliplogin \
116         slstat \
117         spray \
118         syslogd \
119         tcpdchk \
120         tcpdmatch \
121         tcpdump \
122         timed \
123         traceroute \
124         traceroute6 \
125         trpt \
126         tzsetup \
127         usbd \
128         usbdevs \
129         vidcontrol \
130         vipw \
131         vknetd \
132         vnconfig \
133         watch \
134         watchdogd \
135         wlandebug \
136         xten \
137         yp_mkdb \
138         ypbind \
139         yppoll \
140         yppush \
141         ypserv \
142         ypset \
143         zic
144
145 # XXX re-add when adjusted to the new 802.11 framework
146 #MAN+=  ndiscvt \
147
148 .if !defined(NO_IPFILTER)
149 SUBDIR+=ipftest \
150         ipresend \
151         ipsend \
152         iptest
153 .endif
154
155 .if !defined(NO_LPR)
156 SUBDIR+=lpr
157 .endif
158
159 .if !defined(NO_NS_CACHING)
160 SUBDIR+=nscd
161 .endif
162
163 .if !defined(NO_SENDMAIL)
164 SUBDIR+=editmap \
165         mailstats \
166         makemap \
167         praliases \
168         sendmail
169 .endif
170
171 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
172 SUBDIR+=apm \
173         apmd \
174         battd \
175         btxld \
176         kgmon \
177         kgzip \
178         lptcontrol \
179         mptable \
180         rndcontrol \
181         sgsc \
182         sicontrol \
183         spkrtest \
184         stallion
185 .endif
186
187 .if ${MACHINE_ARCH} == "i386"
188 SUBDIR+=wlconfig
189
190 .if !defined(NO_I4B)
191 SUBDIR+=i4b
192 .endif
193 .endif
194
195 .ifdef BOOT0CFG_SUPPORT
196 SUBDIR+=boot0cfg
197 .endif
198
199 .ifdef WANT_INSTALLER
200 SUBDIR+=installer
201 .endif
202
203 .include <bsd.subdir.mk>