NetBSD/usr.sbin/Makefile

28 lines
853 B
Makefile
Raw Normal View History

1993-07-31 02:11:51 +04:00
# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
1994-06-28 01:39:34 +04:00
# $Id: Makefile,v 1.39 1994/06/27 21:39:34 gwr Exp $
# not yet done: catman
1993-03-21 12:45:37 +03:00
1994-06-28 01:39:34 +04:00
SUBDIR= ac accton amd arp bootpd bootpgw bootpef bootptest \
chown chroot config config.new cron dev_mkdb \
1994-02-08 02:31:18 +03:00
diskpart edquota gettable htable inetd iostat kgmon \
1994-05-16 19:20:42 +04:00
kvm_mkdb lpr mrouted mtree named portmap pppd pstat \
1994-05-14 01:49:52 +04:00
pwd_mkdb quot quotaon \
1994-06-03 02:55:30 +04:00
rarpd rbootd rdate repquota rmt rpc.bootparamd rwhod \
1994-05-14 01:49:52 +04:00
sa sendmail sliplogin slstats spray sysctl \
1994-02-18 06:02:09 +03:00
syslogd tcpdump timed traceroute trpt trsp update vipw vnconfig \
ypbind yppoll ypset
1993-03-21 12:45:37 +03:00
.if make(clean) || make(cleandir)
1994-04-05 01:49:39 +04:00
SUBDIR+=bad144 hilinfo grfinfo
1993-03-21 12:45:37 +03:00
.elif ${MACHINE} == "i386"
SUBDIR+=bad144
1994-04-05 01:49:39 +04:00
.elif ${MACHINE} == "hp300"
# probably could be expanded to other machines, too
SUBDIR+=hilinfo grfinfo
1994-04-05 05:56:24 +04:00
.elif ${MACHINE} == "amiga"
SUBDIR+=iteconfig
1993-03-21 12:45:37 +03:00
.endif
.include <bsd.subdir.mk>