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