Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository...
[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 SUBDIR= 802_11 \
7         IPXrouted \
8         ac \
9         accton \
10         acpi \
11         adduser \
12         amd \
13         ancontrol \
14         arp \
15         asf \
16         atm \
17         authpf \
18         bootparamd \
19         btconfig \
20         bthcid \
21         burncd \
22         cdcontrol \
23         chkgrp \
24         chown \
25         chroot \
26         ckdist \
27         clog \
28         config \
29         crashinfo \
30         cron \
31         daemon \
32         dconschat \
33         devinfo \
34         dev_mkdb \
35         dntpd \
36         edquota \
37         faithd \
38         fdcontrol \
39         fdformat \
40         fdwrite \
41         ftp-proxy \
42         fwcontrol \
43         gifconfig \
44         hotplugd \
45         ifmcstat \
46         inetd \
47         iostat \
48         jail \
49         jexec \
50         jls \
51         kbdcontrol \
52         kbdmap \
53         kernbb \
54         keyserv \
55         lastlogin \
56         mailwrapper \
57         makewhatis \
58         manctl \
59         memcontrol \
60         mergemaster \
61         mfiutil \
62         mixer \
63         mld6query \
64         mlxcontrol \
65         moused \
66         mptutil \
67         mrouted \
68         mtest \
69         mtree \
70         ndiscvt \
71         ndp \
72         newsyslog \
73         ngctl \
74         nghook \
75         pciconf \
76         periodic \
77         pfctl \
78         pflogd \
79         powerd \
80         ppp \
81         pppctl \
82         pppd \
83         pppstats \
84         prefix \
85         procctl \
86         pstat \
87         puffs \
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         yp_mkdb \
137         ypbind \
138         yppoll \
139         yppush \
140         ypserv \
141         ypset \
142         zic
143
144 .if !defined(WANT_USB4BSD)
145 _usbd=  usbd
146 _usbdevs=usbdevs
147 .endif
148
149 .if !defined(NO_LPR)
150 SUBDIR+=lpr
151 .endif
152
153 .if !defined(NO_NS_CACHING)
154 SUBDIR+=nscd
155 .endif
156
157 .if !defined(NO_SENDMAIL)
158 SUBDIR+=editmap \
159         mailstats \
160         makemap \
161         praliases \
162         sendmail
163 .endif
164
165 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
166 SUBDIR+=apm \
167         apmd \
168         battd \
169         btxld \
170         kgmon \
171         lptcontrol \
172         mptable \
173         rndcontrol \
174         sicontrol \
175         spkrtest
176 .endif
177
178 .if ${MACHINE_ARCH} == "i386"
179 SUBDIR+=kgzip \
180         pnpinfo \
181         stallion
182 .endif
183
184 .ifdef BOOT0CFG_SUPPORT
185 SUBDIR+=boot0cfg
186 .endif
187
188 .ifdef WANT_INSTALLER
189 SUBDIR+=installer
190 .endif
191
192 # maximum parallelism
193 #
194 SUBDIR_ORDERED=
195
196 .include <bsd.subdir.mk>