Makefile revision 42090
154359Sroberto#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
254359Sroberto#	$Id: Makefile,v 1.138 1998/12/13 14:56:19 n_hibma Exp $
354359Sroberto
454359Sroberto# XXX MISSING:		mkproto
554359SrobertoSUBDIR=	IPXrouted \
654359Sroberto	ac \
7280849Scy	accton \
882498Sroberto	adduser \
954359Sroberto	amd \
1054359Sroberto	arp \
1154359Sroberto	atm \
1254359Sroberto	bootparamd \
1354359Sroberto	cdcontrol \
1454359Sroberto	chkgrp \
1554359Sroberto	chown \
1654359Sroberto	chroot \
1754359Sroberto	ckdist \
18280849Scy	config \
1954359Sroberto	cron \
2054359Sroberto	crunch \
2154359Sroberto	ctm \
2254359Sroberto	dev_mkdb \
2354359Sroberto	diskpart \
2454359Sroberto	edquota \
25280849Scy	inetd \
2654359Sroberto	iostat \
2754359Sroberto	ipfstat \
2854359Sroberto	ipftest \
2954359Sroberto	ipmon \
3054359Sroberto	ipnat \
3154359Sroberto	ipresend \
3254359Sroberto	ipsend \
3354359Sroberto	iptest \
3454359Sroberto	kbdcontrol \
3554359Sroberto	kbdmap \
3654359Sroberto	kernbb \
3754359Sroberto	keyadmin \
3854359Sroberto	keyserv \
3954359Sroberto	kvm_mkdb \
4054359Sroberto	lpr \
4154359Sroberto	manctl \
4254359Sroberto	moused \
4354359Sroberto	mrouted \
4454359Sroberto	mtest \
4554359Sroberto	mtree \
4654359Sroberto	named \
4754359Sroberto	named.reload \
4854359Sroberto	named.restart \
4954359Sroberto	natd \
5054359Sroberto	ndc \
5154359Sroberto	newsyslog \
5254359Sroberto	nslookup \
5354359Sroberto	nsupdate \
5454359Sroberto	pccard \
5554359Sroberto	pciconf \
5654359Sroberto	periodic \
5754359Sroberto	pkg_install \
5854359Sroberto	portmap \
5954359Sroberto	ppp \
6054359Sroberto	pppctl \
6154359Sroberto	pppd \
6254359Sroberto	pppstats \
6354359Sroberto	procctl \
6454359Sroberto	pstat \
6554359Sroberto	pw \
6682498Sroberto	pwd_mkdb \
6782498Sroberto	quot \
6854359Sroberto	quotaon \
6954359Sroberto	rarpd \
7054359Sroberto	repquota \
7154359Sroberto	rmt \
7254359Sroberto	rpc.lockd \
7354359Sroberto	rpc.statd \
7454359Sroberto	rpc.yppasswdd \
7554359Sroberto	rpc.ypupdated \
7654359Sroberto	rpc.ypxfrd \
7754359Sroberto	rtprio \
7854359Sroberto	rwhod \
7954359Sroberto	sa \
8054359Sroberto	sliplogin \
8154359Sroberto	slstat \
8254359Sroberto	spray \
8354359Sroberto	sysctl \
8454359Sroberto	syslogd \
8554359Sroberto	tcpdump \
8654359Sroberto	timed \
8754359Sroberto	traceroute \
8854359Sroberto	trpt \
8954359Sroberto	tzsetup \
9054359Sroberto	vidcontrol \
9154359Sroberto	vipw \
92280849Scy	vnconfig \
93280849Scy	watch \
94280849Scy	wormcontrol \
95280849Scy	xntpd \
9654359Sroberto	xten \
97280849Scy	yp_mkdb \
98280849Scy	ypbind \
9954359Sroberto	yppoll \
10054359Sroberto	yppush \
10154359Sroberto	ypserv \
10254359Sroberto	ypset \
10354359Sroberto	zic
104132451Sroberto
105132451Sroberto.if !defined(NO_SENDMAIL)
106132451SrobertoSUBDIR+=mailstats \
107132451Sroberto	makemap \
108132451Sroberto	praliases \
109	sendmail
110.endif
111
112.if ${MACHINE_ARCH} == "i386"
113SUBDIR+=apm \
114	apmconf \
115	bad144 \
116	btxld \
117	fdcontrol \
118	fdformat \
119	fdwrite \
120	kgmon \
121	lptcontrol \
122	mixer \
123	mptable \
124	pnpinfo \
125	rndcontrol \
126	sgsc \
127	sicontrol \
128	spkrtest \
129	stallion \
130	wlconfig
131.endif
132
133.include <bsd.subdir.mk>
134