summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-20 16:14:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-20 16:14:37 +0000
commitfd8d085898855f44a527d6928d2d403e6fa871c3 (patch)
treeb63b2dadeece2bf7aedc121c2454e95fc77912ea
parent27cb20349795fd87191ef35a5c8289dc55cf1478 (diff)
Notes
-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 11f7b48f665b..0bf53f98037f 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>