Makefile revision 94233
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 94233 2002-04-08 20:42:05Z 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	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	wicontrol \
116	xten \
117	yp_mkdb \
118	ypbind \
119	yppoll \
120	yppush \
121	ypserv \
122	ypset \
123	zic
124
125.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
126SUBDIR+=sysinstall
127.endif
128
129.if !defined(NO_IPFILTER)
130SUBDIR+=ipftest \
131	ipresend \
132	ipsend \
133	iptest
134.endif
135
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