Makefile revision 53931
1226031Sstas#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2226031Sstas# $FreeBSD: head/usr.sbin/Makefile 53931 1999-11-30 06:22:22Z peter $
3226031Sstas
4226031Sstas# XXX MISSING:		mkproto
5226031SstasSUBDIR=	IPXrouted \
6226031Sstas	ac \
7226031Sstas	accton \
8226031Sstas	adduser \
9226031Sstas	amd \
10226031Sstas	arp \
11226031Sstas	atm \
12226031Sstas	bootparamd \
13226031Sstas	cdcontrol \
14226031Sstas	chkgrp \
15226031Sstas	chown \
16226031Sstas	chroot \
17226031Sstas	ckdist \
18226031Sstas	config \
19226031Sstas	cron \
20226031Sstas	crunch \
21226031Sstas	ctm \
22226031Sstas	dev_mkdb \
23226031Sstas	diskpart \
24226031Sstas	edquota \
25226031Sstas	fdcontrol \
26226031Sstas	fdformat \
27226031Sstas	fdwrite \
28226031Sstas	inetd \
29226031Sstas	iostat \
30226031Sstas	ipfstat \
31226031Sstas	ipftest \
32226031Sstas	ipmon \
33226031Sstas	ipnat \
34226031Sstas	ipresend \
35226031Sstas	ipsend \
36226031Sstas	iptest \
37226031Sstas	jail \
38226031Sstas	kbdcontrol \
39226031Sstas	kbdmap \
40226031Sstas	kernbb \
41226031Sstas	keyadmin \
42226031Sstas	keyserv \
43226031Sstas	kvm_mkdb \
44226031Sstas	lpr \
45226031Sstas	manctl \
46226031Sstas	memcontrol \
47226031Sstas	mergemaster \
48226031Sstas	mixer \
49226031Sstas	moused \
50226031Sstas	mrouted \
51226031Sstas	mtest \
52226031Sstas	mtree \
53226031Sstas	newsyslog \
54226031Sstas	ngctl \
55226031Sstas	nghook \
56226031Sstas	pccard \
57226031Sstas	pciconf \
58226031Sstas	periodic \
59226031Sstas	pkg_install \
60226031Sstas	pnpinfo \
61226031Sstas	portmap \
62226031Sstas	ppp \
63226031Sstas	pppctl \
64226031Sstas	pppd \
65226031Sstas	pppstats \
66226031Sstas	procctl \
67226031Sstas	pstat \
68226031Sstas	pw \
69226031Sstas	pwd_mkdb \
70226031Sstas	quot \
71226031Sstas	quotaon \
72226031Sstas	rarpd \
73226031Sstas	repquota \
74226031Sstas	rmt \
75226031Sstas	rpc.lockd \
76226031Sstas	rpc.statd \
77226031Sstas	rpc.umntall \
78226031Sstas	rpc.yppasswdd \
79226031Sstas	rpc.ypupdated \
80226031Sstas	rpc.ypxfrd \
81226031Sstas	rtprio \
82226031Sstas	rwhod \
83226031Sstas	sa \
84226031Sstas	sliplogin \
85226031Sstas	slstat \
86226031Sstas	spray \
87226031Sstas	syslogd \
88226031Sstas	tcpdchk \
89226031Sstas	tcpdmatch \
90226031Sstas	tcpdump \
91226031Sstas	timed \
92226031Sstas	traceroute \
93226031Sstas	trpt \
94226031Sstas	tzsetup \
95226031Sstas	usbd \
96226031Sstas	usbdevs \
97226031Sstas	vidcontrol \
98226031Sstas	vipw \
99226031Sstas	vnconfig \
100226031Sstas	watch \
101226031Sstas	wormcontrol \
102226031Sstas	xntpd \
103226031Sstas	xten \
104226031Sstas	yp_mkdb \
105226031Sstas	ypbind \
106226031Sstas	yppoll \
107226031Sstas	yppush \
108226031Sstas	ypserv \
109226031Sstas	ypset \
110226031Sstas	zic
111226031Sstas
112226031Sstas.if !defined(NO_BIND)
113226031SstasSUBDIR+=named \
114226031Sstas	named.reload \
115	named.restart \
116	ndc \
117	nslookup \
118	nsupdate
119.endif
120
121.if !defined(NO_SENDMAIL)
122SUBDIR+=mailstats \
123	makemap \
124	praliases \
125	sendmail
126.endif
127
128.if ${MACHINE_ARCH} == "alpha"
129SUBDIR+=elf2exe
130.endif
131
132.if ${MACHINE_ARCH} == "i386"
133SUBDIR+=apm \
134	apmconf \
135	apmd \
136	boot0cfg \
137	btxld \
138	i4b \
139	kgmon \
140	kgzip \
141	lptcontrol \
142	mptable \
143	pcvt \
144	rndcontrol \
145	sgsc \
146	sicontrol \
147	spkrtest \
148	stallion \
149	wicontrol \
150	wlconfig
151.endif
152
153.include <bsd.subdir.mk>
154