summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorpaul <paul@NetBSD.org>1993-07-09 13:32:33 +0000
committerpaul <paul@NetBSD.org>1993-07-09 13:32:33 +0000
commita15bb972ff0eace7fe10c9d3a3d2669bdddea69e (patch)
treefe8256466050d7270e86a702a3aab88266e8bd6c /gnu
parent4930f00d3b5f9685d94d00d1564882a193c5e6da (diff)
Removed g++ from subdirs since gcc-2.4.5 will be used instead
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index e3f8e43130a..bbeec5158e9 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,8 +1,8 @@
-# $Header: /cvsroot/src/gnu/usr.bin/Attic/Makefile,v 1.10 1993/07/09 02:05:20 jtc Exp $
+# $Header: /cvsroot/src/gnu/usr.bin/Attic/Makefile,v 1.11 1993/07/09 13:32:33 paul Exp $
SUBDIR+= bc-1.02 gzip-1.1.1 tar-1.11.2 gawk-2.15.2
SUBDIR+= diff diff3 sdiff gas gcc gdb lex pr sort
-SUBDIR+= ld groff grep g++
+SUBDIR+= ld groff grep
SUBDIR+= rcs
.include <bsd.subdir.mk>