summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-08-08 08:42:44 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-08-08 08:42:44 +0000
commit350fd2f311f124c59703b46c10296f4249fb399a (patch)
tree76e382f7bf1d57415b71388fd53b99e53a3af8f4 /gnu
parent2b4ac9d0b821dc11543298d8dbece261633c05f7 (diff)
undo last commit, very broken
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 6764ba358d2..608398a029b 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.26 1998/08/07 02:28:12 rahnds Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.27 1998/08/08 08:42:43 downsj Exp $
SUBDIRS= libiberty opcodes bfd
MAN=
# gdb not ready yet
-#.if (${MACHINE_ARCH} != "unknown")
-#SUBDIRS+= gdb mmalloc readline
-#MAN+= gdb/gdb.1
-#.endif
+.if (${MACHINE_ARCH} != "unknown")
+SUBDIRS+= gdb mmalloc readline
+MAN+= gdb/gdb.1
+.endif
# some ports use all of binutils, some do not.
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \