1993-03-21 12:45:37 +03:00
|
|
|
# @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
|
1993-03-21 21:04:42 +03:00
|
|
|
#
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
# $Header: /cvsroot/src/usr.sbin/Makefile,v 1.6 1993/04/09 12:15:37 cgd Exp $
|
1993-03-21 21:04:42 +03:00
|
|
|
#
|
1993-03-21 12:45:37 +03:00
|
|
|
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
SUBDIR= accton arp chroot config dbsym dev_mkdb diskpart \
|
|
|
|
edquota flcopy gettable htable inetd iostat kgmon \
|
|
|
|
kvm_mkdb lpr mtree named portmap pwd_mkdb quotaon repquota \
|
|
|
|
rmt rwalld rwhod sendmail sliplogin syslogd timed traceroute \
|
|
|
|
trpt trsp update vipw
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.if make(clean) || make(cleandir)
|
|
|
|
SUBDIR+=bad144
|
|
|
|
.elif ${MACHINE} == "i386"
|
|
|
|
SUBDIR+=bad144
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|