Makefile revision 14065
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2#	$Id: Makefile,v 1.82 1996/02/09 12:35:25 jkh Exp $
3
4# XXX MISSING:		mkproto
5SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \
6	cron crunch ctm dev_mkdb diskpart edquota inetd kernbb \
7	kgmon kvm_mkdb lpr lsdev manctl mkdosfs mrouted mtree named \
8	newsyslog nslookup pcvt pkg_install portmap ppp pppd \
9	pppstats pstat pwd_mkdb quot quotaon rarpd repquota rmt \
10	rndcontrol routed rpc.yppasswdd rwhod sa sendmail sliplogin slstat \
11	spray sup sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \
12	vnconfig watch wormcontrol xntpd xten ypbind yppoll yppush ypset \
13	ypserv zic
14
15#
16# XNSrouted and trsp are of very marginal utility to anyone at this
17# point.  Users who actually have a use for these programs (unlikely)
18# are free to add them back in.
19#
20# SUBDIR+=XNSrouted trsp
21
22#
23# IPXrouted is part of the optional IPX support, but it doesn't take long
24# to build and is _far_ more likely to be used than XNSrouted. :-)
25#
26SUBDIR+=IPXrouted
27
28.if   make(clean) || make(cleandir)
29SUBDIR+=apm apmconf bad144 config fdformat fdwrite \
30	fdcontrol iostat kbdcontrol kbdmap lptcontrol mixer ncrcontrol \
31	qcamcontrol rtprio sgsc sicontrol spkrtest vidcontrol
32.elif ${MACHINE} == "hp300"
33SUBDIR+=config iostat
34.elif ${MACHINE} == "i386"
35SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
36	kbdcontrol kbdmap lptcontrol mixer ncrcontrol qcamcontrol \
37	rtprio sgsc sicontrol spkrtest vidcontrol
38.elif ${MACHINE} == "luna68k"
39SUBDIR+=config iostat
40.elif ${MACHINE} == "mips"
41SUBDIR+=config iostat
42.elif ${MACHINE} == "sparc"
43SUBDIR+=eeprom
44.elif ${MACHINE} == "tahoe"
45SUBDIR+=config iostat
46.endif
47
48.include <bsd.subdir.mk>
49