summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-02-20 16:14:37 +0000
committerjkh <jkh@FreeBSD.org>1998-02-20 16:14:37 +0000
commitfba9e5d6630c11aef2f66bef4dd7fbf45179be87 (patch)
tree8152fd2253f44fd1b2cdb8a935ab4d51e085780e /gnu/usr.bin/Makefile
parent15ed497b91de334d201ba48000198b8f6ca64912 (diff)
downloadFreeBSD-src-fba9e5d6630c11aef2f66bef4dd7fbf45179be87.zip
FreeBSD-src-fba9e5d6630c11aef2f66bef4dd7fbf45179be87.tar.gz
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! ;)
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 11f7b48..0bf53f9 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -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>
OpenPOWER on IntegriCloud