diff options
author | 1998-08-08 08:42:43 +0000 | |
---|---|---|
committer | 1998-08-08 08:42:43 +0000 | |
commit | 8b3552f6727d649fe9ea91c727ddcb97bf8e3c3c (patch) | |
tree | 9eb216b504e5f81dccf3de83e9f5ff642d4dbdbb | |
parent | update 'comes with...' message so it is less confusing (diff) | |
download | wireguard-openbsd-8b3552f6727d649fe9ea91c727ddcb97bf8e3c3c.tar.xz wireguard-openbsd-8b3552f6727d649fe9ea91c727ddcb97bf8e3c3c.zip |
undo last commit, very broken
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 10 |
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") || \ |