19 lines
536 B
Makefile
19 lines
536 B
Makefile
# @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
|
|
#
|
|
# $Header: /cvsroot/src/usr.sbin/Makefile,v 1.9 1993/05/03 01:53:53 cgd Exp $
|
|
#
|
|
|
|
SUBDIR= accountant 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 swapinfo syslogd timed \
|
|
traceroute trpt trsp update vipw yp
|
|
|
|
.if make(clean) || make(cleandir)
|
|
SUBDIR+=bad144
|
|
.elif ${MACHINE} == "i386"
|
|
SUBDIR+=bad144
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|