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