Makefile revision 101209
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 101209 2002-08-02 07:14:22Z rwatson $
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	elf2aout \
30	extattrctl \
31	faithd \
32	fdcontrol \
33	fdformat \
34	fdread \
35	fdwrite \
36	getextattr \
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	mountd \
54	moused \
55	mrouted \
56	mtest \
57	mtree \
58	ndp \
59	newsyslog \
60	nfsd \
61	ngctl \
62	ntp \
63	nghook \
64	pccard \
65	pciconf \
66	periodic \
67	pkg_install \
68	ppp \
69	pppd \
70	pppstats \
71	procctl \
72	pstat \
73	pw \
74	pwd_mkdb \
75	quot \
76	quotaon \
77	rarpd \
78	raycontrol \
79	repquota \
80	rip6query \
81	rmt \
82	route6d \
83	rpcbind \
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	setextattr \
97	setkey \
98	sliplogin \
99	slstat \
100	spray \
101	sysinstall \
102	syslogd \
103	tcpdchk \
104	tcpdmatch \
105	tcpdump \
106	timed \
107	traceroute \
108	traceroute6 \
109	trpt \
110	tzsetup \
111	ugidfw \
112	usbd \
113	usbdevs \
114	vidcontrol \
115	vipw \
116	vnconfig \
117	watch \
118	wicontrol \
119	xten \
120	yp_mkdb \
121	ypbind \
122	yppoll \
123	yppush \
124	ypserv \
125	ypset \
126	zic
127
128.if !defined(NO_IPFILTER)
129SUBDIR+=ipftest \
130	ipresend \
131	ipsend \
132	iptest
133.endif
134
135.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
136SUBDIR+=pppctl
137.endif
138
139.if !defined(NO_BIND)
140SUBDIR+=named \
141	named.reload \
142	named.restart \
143	ndc \
144	nslookup \
145	nsupdate
146.endif
147
148.if !defined(NO_LPR)
149SUBDIR+=lpr
150.endif
151
152.if !defined(NO_SENDMAIL)
153SUBDIR+=editmap \
154	mailstats \
155	makemap \
156	praliases \
157	sendmail
158.endif
159
160.if ${MACHINE_ARCH} == "alpha"
161SUBDIR+=elf2exe \
162	pnpinfo
163.endif
164
165.if ${MACHINE_ARCH} == "i386"
166SUBDIR+=acpi \
167	apm \
168	apmd \
169	btxld \
170	kgmon \
171	kgzip \
172	lptcontrol \
173	mptable \
174	pcvt \
175	pnpinfo \
176	sgsc \
177	sicontrol \
178	spkrtest \
179	stallion \
180	wlconfig
181.if !defined(NO_I4B)
182SUBDIR+=i4b
183.endif
184.endif
185
186.if ${MACHINE} == "i386"
187SUBDIR+=boot0cfg
188.endif
189
190.if ${MACHINE} == "pc98"
191SUBDIR+=boot98cfg
192.endif
193
194.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
195SUBDIR+=keyserv
196.endif
197
198.include <bsd.subdir.mk>
199