Bring in the fictitious page wiring bug fixes from FreeBSD-5. Make additional
[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.8 2004/05/20 19:09:27 cpressey Exp $
4
5 # XXX MISSING:          mkproto
6 SUBDIR= IPXrouted \
7         ac \
8         accton \
9         adduser \
10         amd \
11         ancontrol \
12         arp \
13         atm \
14         bootparamd \
15         burncd \
16         cdcontrol \
17         chkgrp \
18         chown \
19         chroot \
20         ckdist \
21         config \
22         cron \
23         crunch \
24         daemon \
25         dev_mkdb \
26         diskpart \
27         edquota \
28         faithd \
29         fdcontrol \
30         fdformat \
31         fdwrite \
32         fwcontrol \
33         gifconfig \
34         ifmcstat \
35         inetd \
36         iostat \
37         jail \
38         kbdcontrol \
39         kbdmap \
40         kernbb \
41         keyserv \
42         lastlogin \
43         mailwrapper \
44         makewhatis \
45         manctl \
46         memcontrol \
47         mergemaster \
48         mixer \
49         mld6query \
50         mlxcontrol \
51         moused \
52         mrouted \
53         mtest \
54         mtree \
55         ndp \
56         newsyslog \
57         ngctl \
58         nghook \
59         ntp \
60         pccard \
61         pciconf \
62         periodic \
63         pkg_install \
64         pnpinfo \
65         portmap \
66         ppp \
67         pppctl \
68         pppd \
69         pppstats \
70         prefix \
71         procctl \
72         pstat \
73         pw \
74         pwd_mkdb \
75         quot \
76         quotaon \
77         rarpd \
78         raycontrol \
79         repquota \
80         resident \
81         rip6query \
82         rmt \
83         route6d \
84         rpc.lockd \
85         rpc.statd \
86         rpc.umntall \
87         rpc.yppasswdd \
88         rpc.ypupdated \
89         rpc.ypxfrd \
90         rrenumd \
91         rtadvd \
92         rtprio \
93         rtsold \
94         rwhod \
95         sa \
96         setkey \
97         sliplogin \
98         slstat \
99         spray \
100         syslogd \
101         tcpdchk \
102         tcpdmatch \
103         tcpdump \
104         timed \
105         traceroute \
106         traceroute6 \
107         trpt \
108         tzsetup \
109         usbd \
110         usbdevs \
111         vidcontrol \
112         vipw \
113         vnconfig \
114         watch \
115         xten \
116         yp_mkdb \
117         ypbind \
118         yppoll \
119         yppush \
120         ypserv \
121         ypset \
122         zic
123
124 .if !defined(NO_IPFILTER)
125 SUBDIR+=ipftest \
126         ipresend \
127         ipsend \
128         iptest
129 .endif
130
131 .if !defined(NO_BIND)
132 SUBDIR+=named \
133         named.reload \
134         named.restart \
135         ndc \
136         nslookup \
137         nsupdate
138 .endif
139
140 .if !defined(NO_LPR)
141 SUBDIR+=lpr
142 .endif
143
144 .if !defined(NO_SENDMAIL)
145 SUBDIR+=editmap \
146         mailstats \
147         makemap \
148         praliases \
149         sendmail
150 .endif
151
152 .if ${MACHINE_ARCH} == "alpha"
153 SUBDIR+=elf2exe
154 .endif
155
156 .if ${MACHINE_ARCH} == "i386"
157 SUBDIR+=apm \
158         apmd \
159         btxld \
160         kgmon \
161         kgzip \
162         lptcontrol \
163         mptable \
164         pcvt \
165         rndcontrol \
166         sgsc \
167         sicontrol \
168         spkrtest \
169         stallion \
170         wicontrol \
171         wlconfig
172 .if !defined(NO_I4B)
173 SUBDIR+=i4b
174 .endif
175 .endif
176
177 .if ${MACHINE} == "i386"
178 SUBDIR+=boot0cfg
179 .endif
180
181 .if ${MACHINE} == "pc98"
182 SUBDIR+=boot98cfg
183 .endif
184
185 .include <bsd.subdir.mk>