Correct spammage from MACHINE_ARCH commit - you don't want to

*replace* the SUBDIR list in that case, you want to augment it.
Also move a stray .endif to its proper location.  Heh, no wonder my
release builds were falling over! ;)
This commit is contained in:
Jordan K. Hubbard 1998-02-20 16:14:37 +00:00
parent 27cb203497
commit fd8d085898

View File

@ -1,15 +1,15 @@
# $Id: Makefile,v 1.36 1997/04/12 07:19:09 peter Exp $
# $Id: Makefile,v 1.37 1998/02/19 09:34:59 jb Exp $
SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
grep gzip man patch ptx rcs sdiff send-pr \
sort tar texinfo
.if ${MACHINE_ARCH} == "i386"
SUBDIR=as awk gdb groff ld
SUBDIR+=as awk gdb groff ld
.endif
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
.endif
.include <bsd.subdir.mk>