summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-09-14 21:55:26 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-09-14 21:55:26 +0000
commitaa39b29eabb6e830a1079ff469808cc068e346d0 (patch)
treef391155fee4e534c64a947423de695dd3b96347f /gnu
parent805380b0a74217124ed2a6d153d3e9280a22addb (diff)
Lost manpages (gdb and objdump)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index c791fc8b5f1..0fef35915ba 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2000/09/14 16:48:09 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.39 2000/09/14 21:55:25 espie Exp $
NEW_BINUTILS=alpha mips powerpc hppa
@@ -15,10 +15,11 @@ PREFIX=/usr
MANDIR=${PREFIX}/share/man/cat
.endif
-MAN=
+MAN= binutils/objdump.1
.if ${MACHINE_ARCH} != "unknown"
SUBDIRS+= gdb mmalloc readline
+MAN+= gdb/gdb.1
ALL_X11_MODULES+=all-gdb
INSTALL_X11_MODULES+=install-gdb
.endif