summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-12 21:07:45 +0000
committerjb <jb@FreeBSD.org>1998-05-12 21:07:45 +0000
commitad6cba6f817bece48f374a7755f7688f3b4c37b4 (patch)
tree5ed87850bcaf063c259fe22af31cd10a026ce480 /gnu
parent4daf2d21b825d706404566342e0fd219f1b71cb4 (diff)
downloadFreeBSD-src-ad6cba6f817bece48f374a7755f7688f3b4c37b4.zip
FreeBSD-src-ad6cba6f817bece48f374a7755f7688f3b4c37b4.tar.gz
awk and groff (et al) now work on alpha as the result of library
fixes.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index d03b31a..6df7cab 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.38 1998/02/20 16:14:37 jkh Exp $
+# $Id: Makefile,v 1.39 1998/03/13 19:34:40 jb Exp $
-SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
- grep gzip man patch ptx rcs sdiff send-pr \
+SUBDIR= awk bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
+ grep groff gzip man patch ptx rcs sdiff send-pr \
sort tar texinfo
.if ${BINFORMAT} == "elf"
@@ -9,7 +9,7 @@ SUBDIR+= binutils
.endif
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=as awk gdb groff ld
+SUBDIR+=as gdb ld
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
OpenPOWER on IntegriCloud