Add btconfig(8) - the utility used to configure Bluetooth devices.
[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.36 2008/01/04 09:54:22 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         acxcontrol \
14         adduser \
15         amd \
16         ancontrol \
17         arp \
18         asf \
19         atm \
20         authpf \
21         bootparamd \
22         btconfig \
23         burncd \
24         cdcontrol \
25         chkgrp \
26         chown \
27         chroot \
28         ckdist \
29         clog \
30         config \
31         cron \
32         crunch \
33         daemon \
34         dconschat \
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         ipwcontrol \
48         iwicontrol \
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         mixer \
63         mld6query \
64         mlxcontrol \
65         moused \
66         mrouted \
67         mtest \
68         mtree \
69         ndiscvt \
70         ndp \
71         newsyslog \
72         ngctl \
73         nghook \
74         ntpd \
75         pciconf \
76         periodic \
77         pfctl \
78         pflogd \
79         pnpinfo \
80         portmap \
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         raycontrol \
94         rdate \
95         repquota \
96         resident \
97         rip6query \
98         rmt \
99         route6d \
100         rpc.lockd \
101         rpc.statd \
102         rpc.umntall \
103         rpc.yppasswdd \
104         rpc.ypupdated \
105         rpc.ypxfrd \
106         rrenumd \
107         rtadvd \
108         rtprio \
109         rtsold \
110         rwhod \
111         sa \
112         sensorsd \
113         setkey \
114         sliplogin \
115         slstat \
116         spray \
117         syslogd \
118         tcpdchk \
119         tcpdmatch \
120         tcpdump \
121         timed \
122         traceroute \
123         traceroute6 \
124         trpt \
125         tzsetup \
126         usbd \
127         usbdevs \
128         vidcontrol \
129         vipw \
130         vnconfig \
131         watch \
132         xten \
133         yp_mkdb \
134         ypbind \
135         yppoll \
136         yppush \
137         ypserv \
138         ypset \
139         zic
140
141 .if !defined(NO_IPFILTER)
142 SUBDIR+=ipftest \
143         ipresend \
144         ipsend \
145         iptest
146 .endif
147
148 .if !defined(NO_BIND)
149 SUBDIR+=named \
150         named.reload \
151         named.restart \
152         named-checkconf \
153         named-checkzone \
154         rndc \
155         rndc-confgen \
156         nslookup \
157         nsupdate
158 .endif
159
160 .if !defined(NO_DHCPD)
161 SUBDIR+=dhcp
162 .endif
163
164 .if !defined(NO_LPR)
165 SUBDIR+=lpr
166 .endif
167
168 .if !defined(NO_SENDMAIL)
169 SUBDIR+=editmap \
170         mailstats \
171         makemap \
172         praliases \
173         sendmail
174 .endif
175
176 .if ${MACHINE_ARCH} == "i386"
177 SUBDIR+=apm \
178         apmd \
179         battd \
180         btxld \
181         kgmon \
182         kgzip \
183         lptcontrol \
184         mptable \
185         rndcontrol \
186         sgsc \
187         sicontrol \
188         spkrtest \
189         stallion \
190         wicontrol \
191         wlconfig
192 .if !defined(NO_I4B)
193 SUBDIR+=i4b
194 .endif
195 .endif
196
197 .ifdef BOOT0CFG_SUPPORT
198 SUBDIR+=boot0cfg
199 .endif
200
201 .include <bsd.subdir.mk>