summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-05-26 16:02:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-05-26 16:02:56 +0000
commit2ef8ed646e3810abe02a02ae43ee116ea06db925 (patch)
treee6ad1e82f1be54ec8d0ab89b0f984b67fa3e4fe5 /gnu/usr.bin/Makefile
parent65fa0603a58b26cc81d37e4a378857741f566f9b (diff)
Link in egcs, kill gcc and libg++
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 66064e6c49d..7706ef70651 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.26 1998/11/17 23:14:14 millert Exp $
+# $OpenBSD: Makefile,v 1.27 1999/05/26 16:02:54 espie Exp $
# $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $
-SUBDIR+= bc cvs deroff diff diff3 gcc grep groff
-SUBDIR+= gzip lynx rcs sdiff sendbug sudo
+SUBDIR+= bc cvs deroff diff diff3
+SUBDIR+=../egcs/gcc
+#SUBDIR+= gcc
+SUBDIR+= grep groff gzip lynx rcs sdiff sendbug sudo
SUBDIR+= binutils
# some ports use binutils gas and ld, most do not (yet).