4d20c3f9f3309f31d7ad1142c313832a81581eca
[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         ac \
8         accton \
9         acpi \
10         adduser \
11         arp \
12         asf \
13         authpf \
14         autofs \
15         bootparamd \
16         btconfig \
17         bthcid \
18         burncd \
19         cdcontrol \
20         chkgrp \
21         chown \
22         chroot \
23         ckdist \
24         clog \
25         config \
26         cpucontrol \
27         crashinfo \
28         cron \
29         daemon \
30         dconschat \
31         devinfo \
32         dev_mkdb \
33         dntpd \
34         edquota \
35         efisetup \
36         efivar \
37         faithd \
38         fdcontrol \
39         fdformat \
40         fdwrite \
41         fstyp \
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         lastlogin \
55         mailwrapper \
56         makewhatis \
57         manctl \
58         memcontrol \
59         mergemaster \
60         mfiutil \
61         mixer \
62         mld6query \
63         mlxcontrol \
64         moused \
65         mptutil \
66         mrouted \
67         mtest \
68         mtree \
69         ndiscvt \
70         ndp \
71         newsyslog \
72         ngctl \
73         nghook \
74         pciconf \
75         periodic \
76         pfctl \
77         pflogd \
78         powerd \
79         pppctl \
80         prefix \
81         procctl \
82         pstat \
83         puffs \
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         rtadvctl \
105         rtprio \
106         rtsold \
107         rwhod \
108         sa \
109         sdpd \
110         sensorsd \
111         service \
112         setkey \
113         sshlockout \
114         sliplogin \
115         slstat \
116         spray \
117         syslogd \
118         sysvipcd \
119         tcpdchk \
120         tcpdmatch \
121         tcpdrop \
122         timed \
123         traceroute \
124         traceroute6 \
125         trpt \
126         tzsetup \
127         uefisign \
128         usbconfig \
129         usbdump \
130         vidcontrol \
131         vipw \
132         vknetd \
133         vnconfig \
134         watch \
135         watchdogd \
136         wlandebug \
137         yp_mkdb \
138         ypbind \
139         yppoll \
140         yppush \
141         ypserv \
142         ypset \
143         zic
144
145 # Uses lib[re]ssl but can build without it
146 #
147 SUBDIR+=ppp \
148         tcpdump
149
150 # from old secure/
151 #
152 SUBDIR+=sshd
153
154 .if !defined(NO_CRYPT)
155 SUBDIR+=keyserv
156 .endif
157
158 .if !defined(NO_LPR)
159 SUBDIR+=lpr
160 .endif
161
162 .if !defined(NO_NS_CACHING)
163 SUBDIR+=nscd
164 .endif
165
166 .if ${MACHINE_ARCH} == "x86_64"
167 SUBDIR+=btxld \
168         kgmon \
169         lptcontrol \
170         mptable \
171         rndcontrol \
172         sicontrol
173 .endif
174
175 .ifdef BOOT0CFG_SUPPORT
176 SUBDIR+=boot0cfg
177 .endif
178
179 .ifdef WANT_INSTALLER
180 SUBDIR+=installer
181 .endif
182
183 # maximum parallelism
184 #
185 SUBDIR_ORDERED=
186
187 .include <bsd.subdir.mk>