Makefile revision 56722
11573Srgrimes#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
21573Srgrimes# $FreeBSD: head/usr.sbin/Makefile 56722 2000-01-28 05:10:56Z shin $
31573Srgrimes
41573Srgrimes# XXX MISSING:		mkproto
51573SrgrimesSUBDIR=	IPXrouted \
61573Srgrimes	ac \
71573Srgrimes	accton \
81573Srgrimes	adduser \
91573Srgrimes	amd \
101573Srgrimes	ancontrol \
111573Srgrimes	arp \
121573Srgrimes	atm \
131573Srgrimes	bootparamd \
141573Srgrimes	burncd \
151573Srgrimes	cdcontrol \
161573Srgrimes	chkgrp \
171573Srgrimes	chown \
181573Srgrimes	chroot \
191573Srgrimes	ckdist \
201573Srgrimes	config \
211573Srgrimes	cron \
221573Srgrimes	crunch \
231573Srgrimes	ctm \
241573Srgrimes	dev_mkdb \
251573Srgrimes	diskpart \
261573Srgrimes	edquota \
271573Srgrimes	faithd \
281573Srgrimes	fdcontrol \
291573Srgrimes	fdformat \
301573Srgrimes	fdwrite \
311573Srgrimes	gifconfig \
321573Srgrimes	ifmcstat \
3350476Speter	inetd \
341573Srgrimes	iostat \
35117754Swollman	ipftest \
361573Srgrimes	ipresend \
3779531Sru	ipsend \
381573Srgrimes	iptest \
391573Srgrimes	jail \
401573Srgrimes	kbdcontrol \
4159460Sphantom	kbdmap \
4259460Sphantom	kernbb \
431573Srgrimes	keyserv \
4484306Sru	lpr \
451573Srgrimes	mailwrapper \
461573Srgrimes	manctl \
471573Srgrimes	memcontrol \
481573Srgrimes	mergemaster \
491573Srgrimes	mixer \
501573Srgrimes	moused \
511573Srgrimes	mrouted \
521573Srgrimes	mtest \
53117754Swollman	mtree \
54117754Swollman	ndp \
55117754Swollman	newsyslog \
56117754Swollman	ngctl \
571573Srgrimes	ntp \
58131472Sru	nghook \
59117754Swollman	pccard \
60117754Swollman	pciconf \
61117754Swollman	periodic \
62117754Swollman	pim6dd \
63117754Swollman	pim6sd \
64117754Swollman	pkg_install \
651573Srgrimes	pnpinfo \
66117754Swollman	portmap \
67117754Swollman	ppp \
681573Srgrimes	pppctl \
69201201Skib	pppd \
701573Srgrimes	pppstats \
711573Srgrimes	prefix \
72117754Swollman	procctl \
73117754Swollman	pstat \
74117754Swollman	pw \
75117754Swollman	pwd_mkdb \
76117754Swollman	quot \
77140505Sru	quotaon \
78140505Sru	rarpd \
79140505Sru	repquota \
80140505Sru	rip6query \
81140505Sru	rmt \
82117754Swollman	route6d \
83117754Swollman	rpc.lockd \
84117754Swollman	rpc.statd \
85117754Swollman	rpc.umntall \
86117754Swollman	rpc.yppasswdd \
87117754Swollman	rpc.ypupdated \
88117754Swollman	rpc.ypxfrd \
89117754Swollman	rrenumd \
90117754Swollman	rtadvd \
91117754Swollman	rtprio \
92117754Swollman	rtsold \
93117754Swollman	rwhod \
94117754Swollman	sa \
95117754Swollman	setkey \
96117754Swollman	sliplogin \
97117754Swollman	slstat \
98117754Swollman	spray \
99117754Swollman	syslogd \
100117754Swollman	tcpdchk \
101117754Swollman	tcpdmatch \
102	tcpdump \
103	timed \
104	traceroute \
105	traceroute6 \
106	trpt \
107	tzsetup \
108	usbd \
109	usbdevs \
110	vidcontrol \
111	vipw \
112	vnconfig \
113	watch \
114	xten \
115	yp_mkdb \
116	ypbind \
117	yppoll \
118	yppush \
119	ypserv \
120	ypset \
121	zic
122
123.if !defined(NO_BIND)
124SUBDIR+=named \
125	named.reload \
126	named.restart \
127	ndc \
128	nslookup \
129	nsupdate
130.endif
131
132.if !defined(NO_SENDMAIL)
133SUBDIR+=mailstats \
134	makemap \
135	praliases \
136	sendmail
137.endif
138
139.if ${MACHINE_ARCH} == "alpha"
140SUBDIR+=elf2exe
141.endif
142
143.if ${MACHINE_ARCH} == "i386"
144SUBDIR+=apm \
145	apmd \
146	boot0cfg \
147	btxld \
148	i4b \
149	kgmon \
150	kgzip \
151	lptcontrol \
152	mptable \
153	pcvt \
154	rndcontrol \
155	sgsc \
156	sicontrol \
157	spkrtest \
158	stallion \
159	wicontrol \
160	wlconfig
161.endif
162
163.include <bsd.subdir.mk>
164