Makefile revision 68723
165294Sdes#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
265294Sdes# $FreeBSD: head/usr.sbin/Makefile 68723 2000-11-14 17:49:38Z ru $
365294Sdes
465294Sdes# XXX MISSING:		mkproto
565294SdesSUBDIR=	IPXrouted \
665294Sdes	ac \
765294Sdes	accton \
865294Sdes	adduser \
965294Sdes	amd \
1065294Sdes	ancontrol \
1165294Sdes	arp \
1265294Sdes	atm \
1365294Sdes	bootparamd \
1465294Sdes	burncd \
1565294Sdes	cdcontrol \
1665294Sdes	chkgrp \
1765294Sdes	chown \
1865294Sdes	chroot \
1965294Sdes	ckdist \
2065294Sdes	config \
2165294Sdes	cron \
2265294Sdes	crunch \
2365294Sdes	ctm \
2465294Sdes	dev_mkdb \
2565294Sdes	diskpart \
2665294Sdes	edquota \
2765294Sdes	extattrctl \
2865294Sdes	faithd \
2965294Sdes	fdcontrol \
3065294Sdes	fdformat \
3165294Sdes	fdwrite \
3265294Sdes	getextattr \
3365294Sdes	gifconfig \
3465294Sdes	ifmcstat \
3565294Sdes	inetd \
3665294Sdes	iostat \
3765294Sdes	ipftest \
3893032Simp	ipresend \
39197804Srwatson	ipsend \
4093032Simp	iptest \
4165294Sdes	jail \
4293032Simp	kbdcontrol \
4393032Simp	kbdmap \
4465294Sdes	kernbb \
4565294Sdes	keyserv \
4665294Sdes	lastlogin \
4765294Sdes	manctl \
4865294Sdes	memcontrol \
4965294Sdes	mergemaster \
5065294Sdes	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	pim6dd \
66	pim6sd \
67	pkg_install \
68	pnpinfo \
69	portmap \
70	ppp \
71	pppctl \
72	pppd \
73	pppstats \
74	prefix \
75	procctl \
76	pstat \
77	pw \
78	pwd_mkdb \
79	quot \
80	quotaon \
81	rarpd \
82	raycontrol \
83	repquota \
84	rip6query \
85	rmt \
86	route6d \
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	syslogd \
105	tcpdchk \
106	tcpdmatch \
107	tcpdump \
108	timed \
109	traceroute \
110	traceroute6 \
111	trpt \
112	tzsetup \
113	usbd \
114	usbdevs \
115	vidcontrol \
116	vipw \
117	vnconfig \
118	watch \
119	xten \
120	yp_mkdb \
121	ypbind \
122	yppoll \
123	yppush \
124	ypserv \
125	ypset \
126	zic
127
128.if !defined(NO_BIND)
129SUBDIR+=named \
130	named.reload \
131	named.restart \
132	ndc \
133	nslookup \
134	nsupdate
135.endif
136
137.if !defined(NO_LPR)
138SUBDIR+=lpr
139.endif
140
141.if !defined(NO_MAILWRAPPER)
142SUBDIR+=mailwrapper
143.endif
144
145.if !defined(NO_SENDMAIL)
146SUBDIR+=mailstats \
147	makemap \
148	praliases \
149	sendmail
150.endif
151
152.if ${MACHINE_ARCH} == "alpha"
153SUBDIR+=elf2exe
154.endif
155
156.if ${MACHINE_ARCH} == "i386"
157SUBDIR+=acpi \
158	apm \
159	apmd \
160	btxld \
161	i4b \
162	kgmon \
163	kgzip \
164	lptcontrol \
165	mptable \
166	pcvt \
167	sgsc \
168	sicontrol \
169	spkrtest \
170	stallion \
171	wicontrol \
172	wlconfig
173.endif
174
175.if ${MACHINE} == "i386"
176SUBDIR+=boot0cfg
177.endif
178
179.if ${MACHINE} == "pc98"
180SUBDIR+=boot98cfg
181.endif
182
183.include <bsd.subdir.mk>
184