Makefile revision 50479
11556Srgrimes#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
21556Srgrimes# $FreeBSD: head/usr.sbin/Makefile 50479 1999-08-28 01:35:59Z peter $
31556Srgrimes
41556Srgrimes# XXX MISSING:		mkproto
51556SrgrimesSUBDIR=	IPXrouted \
61556Srgrimes	ac \
71556Srgrimes	accton \
81556Srgrimes	adduser \
91556Srgrimes	amd \
101556Srgrimes	arp \
111556Srgrimes	atm \
121556Srgrimes	bootparamd \
131556Srgrimes	cdcontrol \
141556Srgrimes	chkgrp \
151556Srgrimes	chown \
161556Srgrimes	chroot \
171556Srgrimes	ckdist \
181556Srgrimes	config \
191556Srgrimes	cron \
201556Srgrimes	crunch \
211556Srgrimes	ctm \
221556Srgrimes	dev_mkdb \
231556Srgrimes	diskpart \
241556Srgrimes	edquota \
251556Srgrimes	fdcontrol \
261556Srgrimes	fdformat \
271556Srgrimes	fdwrite \
281556Srgrimes	inetd \
291556Srgrimes	iostat \
301556Srgrimes	ipfstat \
311556Srgrimes	ipftest \
321556Srgrimes	ipmon \
331556Srgrimes	ipnat \
341556Srgrimes	ipresend \
351556Srgrimes	ipsend \
3617987Speter	iptest \
3717987Speter	jail \
381556Srgrimes	kbdcontrol \
391556Srgrimes	kbdmap \
401556Srgrimes	kernbb \
411556Srgrimes	keyadmin \
421556Srgrimes	keyserv \
431556Srgrimes	kvm_mkdb \
441556Srgrimes	lpr \
451556Srgrimes	manctl \
461556Srgrimes	memcontrol \
471556Srgrimes	moused \
481556Srgrimes	mrouted \
491556Srgrimes	mtest \
501556Srgrimes	mtree \
511556Srgrimes	named \
521556Srgrimes	named.reload \
531556Srgrimes	named.restart \
541556Srgrimes	ndc \
551556Srgrimes	newsyslog \
561556Srgrimes	nslookup \
571556Srgrimes	nsupdate \
581556Srgrimes	pccard \
591556Srgrimes	pciconf \
601556Srgrimes	periodic \
611556Srgrimes	pkg_install \
621556Srgrimes	pnpinfo \
631556Srgrimes	portmap \
641556Srgrimes	ppp \
651556Srgrimes	pppctl \
661556Srgrimes	pppd \
671556Srgrimes	pppstats \
681556Srgrimes	procctl \
691556Srgrimes	pstat \
701556Srgrimes	pw \
711556Srgrimes	pwd_mkdb \
721556Srgrimes	quot \
731556Srgrimes	quotaon \
741556Srgrimes	rarpd \
751556Srgrimes	repquota \
761556Srgrimes	rmt \
771556Srgrimes	rpc.lockd \
781556Srgrimes	rpc.statd \
791556Srgrimes	rpc.yppasswdd \
801556Srgrimes	rpc.ypupdated \
811556Srgrimes	rpc.ypxfrd \
821556Srgrimes	rtprio \
831556Srgrimes	rwhod \
841556Srgrimes	sa \
851556Srgrimes	sliplogin \
861556Srgrimes	slstat \
871556Srgrimes	spray \
881556Srgrimes	syslogd \
891556Srgrimes	tcpdchk \
901556Srgrimes	tcpdmatch \
911556Srgrimes	tcpdump \
921556Srgrimes	timed \
931556Srgrimes	traceroute \
941556Srgrimes	trpt \
951556Srgrimes	tzsetup \
961556Srgrimes	usbd \
971556Srgrimes	usbdevs \
981556Srgrimes	vidcontrol \
991556Srgrimes	vipw \
1001556Srgrimes	vnconfig \
1011556Srgrimes	watch \
1021556Srgrimes	wormcontrol \
1031556Srgrimes	xntpd \
1041556Srgrimes	xten \
1051556Srgrimes	yp_mkdb \
1061556Srgrimes	ypbind \
1071556Srgrimes	yppoll \
1081556Srgrimes	yppush \
1091556Srgrimes	ypserv \
1101556Srgrimes	ypset \
1111556Srgrimes	zic
1121556Srgrimes
1131556Srgrimes.if !defined(NO_SENDMAIL)
1141556SrgrimesSUBDIR+=mailstats \
1151556Srgrimes	makemap \
1161556Srgrimes	praliases \
1171556Srgrimes	sendmail
1181556Srgrimes.endif
1191556Srgrimes
1201556Srgrimes.if ${MACHINE_ARCH} == "alpha"
1211556SrgrimesSUBDIR+=elf2exe
1221556Srgrimes.endif
1231556Srgrimes
1241556Srgrimes.if ${MACHINE_ARCH} == "i386"
1251556SrgrimesSUBDIR+=apm \
1261556Srgrimes	apmconf \
1271556Srgrimes	apmd \
1281556Srgrimes	bad144 \
1291556Srgrimes	boot0cfg \
1301556Srgrimes	btxld \
1311556Srgrimes	i4b \
1321556Srgrimes	kgmon \
1331556Srgrimes	kgzip \
13417987Speter	lptcontrol \
1351556Srgrimes	mixer \
13617987Speter	mptable \
1371556Srgrimes	pcvt \
1381556Srgrimes	rndcontrol \
1391556Srgrimes	sgsc \
1401556Srgrimes	sicontrol \
1411556Srgrimes	spkrtest \
1421556Srgrimes	stallion \
1431556Srgrimes	wicontrol \
1441556Srgrimes	wlconfig
1451556Srgrimes.endif
1461556Srgrimes
147.include <bsd.subdir.mk>
148