Makefile revision 1.44
1# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 2# $Id: Makefile,v 1.44 1995/04/28 06:53:49 cgd Exp $ 3 4# not yet done: catman 5 6SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \ 7 chown chroot config config.old cron dev_mkdb \ 8 diskpart edquota gettable htable inetd iostat kgmon \ 9 kvm_mkdb lpr mrouted mtree named netgroup_mkdb portmap \ 10 pppd pstat pwd_mkdb quot quotaon \ 11 rarpd rbootd rdate repquota rmt rpc.bootparamd rwhod \ 12 sa sendmail sliplogin slstats spray sysctl \ 13 syslogd tcpdump timed traceroute trpt trsp update vipw vnconfig \ 14 ypbind yppoll ypset zdump zic 15 16# should be listed above, but doesn't work on the Alpha. 17.if (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir) 18SUBDIR+=amd 19.endif 20 21.if make(clean) || make(cleandir) 22SUBDIR+=bad144 hilinfo grfinfo 23.elif ${MACHINE} == "i386" 24SUBDIR+=bad144 25.elif ${MACHINE} == "hp300" 26# probably could be expanded to other machines, too 27SUBDIR+=hilinfo grfinfo 28.elif ${MACHINE} == "amiga" 29SUBDIR+=iteconfig 30.elif ${MACHINE} == "sun3" 31SUBDIR+=dbsym 32.endif 33 34.include <bsd.subdir.mk> 35