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