diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-19 05:32:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-19 05:32:44 +0000 |
commit | 9cf580b46c81f120e0a3ab49b401eb9468036a65 (patch) | |
tree | 3d8aff57d047df7f24832e72b65cda3fa3fec517 | |
parent | 72b702064c3f9551514072e80ba8d21faddf38cf (diff) |
build two more man pages; Ingo Schwarze
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index b41d7e0e272..7f3fe2f2f6b 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.67 2006/10/06 20:58:17 miod Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.68 2007/03/19 05:32:43 deraadt Exp $ NEW_BINUTILS=alpha amd64 arm hppa hppa64 i386 mips64 powerpc sh sparc sparc64 @@ -40,8 +40,8 @@ MAN+= gdb/gdb.1 SUBDIRS+= binutils ld gas CONF_SUBDIRS+= binutils ld gas INST_SUBDIRS+= binutils ld gas -MAN+= binutils/ar.1 binutils/ranlib.1 \ - binutils/objcopy.1 \ +MAN+= binutils/addr2line.1 binutils/ar.1 binutils/ranlib.1 \ + binutils/objcopy.1 binutils/doc/readelf.1 \ binutils/strings.1 binutils/strip.1 \ gas/doc/as.1 ld/ld.1 . else |