diff options
author | 2000-09-07 22:16:07 +0000 | |
---|---|---|
committer | 2000-09-07 22:16:07 +0000 | |
commit | 71b058726c35a61359a497855315deb6f7f47145 (patch) | |
tree | 0a919ce3bc2e4471ac51aee1ed98b59712faa22e | |
parent | console ? here too (diff) | |
download | wireguard-openbsd-71b058726c35a61359a497855315deb6f7f47145.tar.xz wireguard-openbsd-71b058726c35a61359a497855315deb6f7f47145.zip |
Remove unwanted MANSUBDIR that crept in from my private tree
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 652bc16e1d2..48468d7406a 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.33 2000/08/04 10:07:59 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2000/09/07 22:16:07 espie Exp $ SUBDIRS= opcodes bfd MAN= @@ -17,7 +17,7 @@ MAN+= binutils/ar.1 binutils/nm.1 \ binutils/objcopy.1 binutils/ranlib.1 \ binutils/size.1 binutils/strings.1 binutils/strip.1 \ gas/doc/as.1 gprof/gprof.1 ld/ld.1 -MANSUBDIR=/alpha /pmax /powerpc /hppa + .endif MAN+= binutils/objdump.1 |