use the library globbing routines instead of rolling our own
[unix-history] / usr / src / usr.sbin / Makefile
CommitLineData
383c1748 1# @(#)Makefile 5.5 (Berkeley) %G%
d35711a4 2
d6f32fdc
KB
3SUBDIR= ac accton arp chown chroot config cron diskpart edquota gettable \
4 htable implog implogd inetd kgmon kvm_mkdb lpr mkhosts mkpasswd \
5 mkproto mtree named pstat quot quotaon repquota rmt rwhod sa \
6 sendmail sliplogin syslogd timed traceroute trpt trsp update
d35711a4 7
715cb031
KB
8.if make(clean) || make(cleandir)
9SUBDIR+=arff bad144 dlmpcc flcopy iostat rxformat
10.elif ${MACHINE} == "tahoe"
11SUBDIR+=dlmpcc iostat
12.elif ${MACHINE} == "vax"
13SUBDIR+=arff bad144 flcopy iostat rxformat
383c1748
WN
14.elif ${MACHINE} == "i386"
15SUBDIR+=bad144
d35711a4
KB
16.endif
17
18.include <bsd.subdir.mk>