Retire brconfig. Its functionality is covered in ifconfig.
[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.30 2006/07/27 00:41:31 corecode Exp $
4
5 # XXX MISSING:          mkproto
6 SUBDIR= 802_11 \
7         IPXrouted \
8         ac \
9         accton \
10         acpi \
11         acxcontrol \
12         adduser \
13         amd \
14         ancontrol \
15         arp \
16         asf \
17         atm \
18         authpf \
19         bootparamd \
20         burncd \
21         cdcontrol \
22         chkgrp \
23         chown \
24         chroot \
25         ckdist \
26         clog \
27         config \
28         cron \
29         crunch \
30         daemon \
31         dconschat \
32         dev_mkdb \
33         diskpart \
34         dntpd \
35         edquota \
36         faithd \
37         fdcontrol \
38         fdformat \
39         fdwrite \
40         fwcontrol \
41         gifconfig \
42         ifmcstat \
43         inetd \
44         iostat \
45         ipwcontrol \
46         iwicontrol \
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         ntpd \
73         pciconf \
74         periodic \
75         pfctl \
76         pflogd \
77         pnpinfo \
78         portmap \
79         ppp \
80         pppctl \
81         pppd \
82         pppstats \
83         prefix \
84         procctl \
85         pstat \
86         pw \
87         pwd_mkdb \
88         quot \
89         quotaon \
90         rarpd \
91         raycontrol \
92         rdate \
93         repquota \
94         resident \
95         rip6query \
96         rmt \
97         route6d \
98         rpc.lockd \
99         rpc.statd \
100         rpc.umntall \
101         rpc.yppasswdd \
102         rpc.ypupdated \
103         rpc.ypxfrd \
104         rrenumd \
105         rtadvd \
106         rtprio \
107         rtsold \
108         rwhod \
109         sa \
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         vnconfig \
128         watch \
129         xten \
130         yp_mkdb \
131         ypbind \
132         yppoll \
133         yppush \
134         ypserv \
135         ypset \
136         zic
137
138 .if !defined(NO_PKGTOOLS)
139 SUBDIR+=pkg_install
140 .endif
141
142 .if !defined(NO_IPFILTER)
143 SUBDIR+=ipftest \
144         ipresend \
145         ipsend \
146         iptest
147 .endif
148
149 .if !defined(NO_BIND)
150 SUBDIR+=named \
151         named.reload \
152         named.restart \
153         named-checkconf \
154         named-checkzone \
155         rndc \
156         rndc-confgen \
157         nslookup \
158         nsupdate
159 .endif
160
161 .if !defined(NO_DHCPD)
162 SUBDIR+=dhcp
163 .endif
164
165 .if !defined(NO_LPR)
166 SUBDIR+=lpr
167 .endif
168
169 .if !defined(NO_SENDMAIL)
170 SUBDIR+=editmap \
171         mailstats \
172         makemap \
173         praliases \
174         sendmail
175 .endif
176
177 .if ${MACHINE_ARCH} == "i386"
178 SUBDIR+=apm \
179         apmd \
180         battd \
181         btxld \
182         kgmon \
183         kgzip \
184         lptcontrol \
185         mptable \
186         rndcontrol \
187         sgsc \
188         sicontrol \
189         spkrtest \
190         stallion \
191         wicontrol \
192         wlconfig
193 .if !defined(NO_I4B)
194 SUBDIR+=i4b
195 .endif
196 .endif
197
198 .if ${MACHINE} == "i386"
199 SUBDIR+=boot0cfg
200 .endif
201
202 .include <bsd.subdir.mk>