summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-02-16 15:09:04 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-02-16 15:09:04 +0000
commit7263c0af94a1d5368e65a57449a0b5b35bf406a7 (patch)
treee8f9714b9736613b4dfa0e73941796c0cd7cd0b6 /gnu/usr.bin/binutils/Makefile.bsd-wrapper
parent2cc10da9440e42a701a3a0b1959e122d4e4496d5 (diff)
Synch cxxfilt man page with reality and arrange for it to get built and
installed. Noticed by jmc@
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 981c1bd4a7f..b3a1735ae98 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.49 2003/02/02 15:20:11 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.50 2003/02/16 15:09:03 espie Exp $
NEW_BINUTILS=alpha mips powerpc hppa sparc64 sparc
@@ -14,7 +14,7 @@ PREFIX=/usr
MANDIR=${PREFIX}/share/man/cat
.endif
-MAN= binutils/objdump.1
+MAN= binutils/objdump.1 c++filt.1
.if (${MACHINE_ARCH} != "unknown")
SUBDIRS+= gdb mmalloc
@@ -96,6 +96,9 @@ prereq: config.status
sed -e '/^#include "ansidecl.h"/r${.CURDIR}/include/ansidecl.h' -e '//d' \
bfd/bfd.h >bfd/mybfd.h
+c++filt.1: binutils/cxxfilt.man
+ sed -e 's,@PROGRAM@,c++filt,' <${.CURDIR}/binutils/cxxfilt.man >$@
+
includes:
install -C -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
${.CURDIR}/include/bfdlink.h ${DESTDIR}/usr/include