Remove faith(4) and faithd(8) from the tree.
[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         fdcontrol \
38         fdformat \
39         fdwrite \
40         fstyp \
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         keyserv \
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_LPR)
155 SUBDIR+=lpr
156 .endif
157
158 .if !defined(NO_NS_CACHING)
159 SUBDIR+=nscd
160 .endif
161
162 .if ${MACHINE_ARCH} == "x86_64"
163 SUBDIR+=btxld \
164         kgmon \
165         lptcontrol \
166         mptable \
167         rndcontrol \
168         sicontrol
169 .endif
170
171 .ifdef BOOT0CFG_SUPPORT
172 SUBDIR+=boot0cfg
173 .endif
174
175 .ifdef WANT_INSTALLER
176 SUBDIR+=installer
177 .endif
178
179 # maximum parallelism
180 #
181 SUBDIR_ORDERED=
182
183 .include <bsd.subdir.mk>