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