NetBSD/usr.sbin/Makefile

24 lines
686 B
Makefile
Raw Normal View History

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
#
# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
# -------------------- ----- ----------------------
# CURRENT PATCH LEVEL: 1 00087
# -------------------- ----- ----------------------
#
# 09 Mar 93 Rodney W. Grimes Added rwhod to SUBDIR, moved portmap
# into alphabetic order.
#
1993-03-21 12:45:37 +03:00
SUBDIR= arp chown chroot config dbsym dev_mkdb diskpart \
1993-03-31 22:06:59 +04:00
inetd kgmon kvm_mkdb lpr \
1993-03-21 21:04:42 +03:00
mtree named portmap pwd_mkdb rmt rwhod\
1993-03-21 12:45:37 +03:00
sendmail sliplogin syslogd timed traceroute update vipw
.if make(clean) || make(cleandir)
SUBDIR+=bad144
.elif ${MACHINE} == "i386"
SUBDIR+=bad144
.endif
.include <bsd.subdir.mk>