Makefile revision 1.2
1#	@(#)Makefile	5.6.1.2 (Berkeley) 5/8/91
2#
3# PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
4# --------------------         -----   ----------------------
5# CURRENT PATCH LEVEL:         1       00087
6# --------------------         -----   ----------------------
7#
8# 09 Mar 93	Rodney W. Grimes	Added rwhod to SUBDIR, moved portmap
9#					into alphabetic order.
10#
11
12SUBDIR=	arp chown chroot config dbsym dev_mkdb diskpart \
13	inetd kvm_mkdb lpr \
14	mtree named portmap pwd_mkdb rmt rwhod\
15	sendmail sliplogin syslogd timed traceroute update vipw
16
17.if   make(clean) || make(cleandir)
18SUBDIR+=bad144
19.elif ${MACHINE} == "i386"
20SUBDIR+=bad144 
21.endif
22
23.include <bsd.subdir.mk>
24