diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-07 22:16:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-07 22:16:08 +0000 |
commit | feedfc57ecbf0030bec282e6afb6995f6f88e016 (patch) | |
tree | ac3c525cf9f937d4da5aff1a7c2a73da7aa2a07d | |
parent | c2cc62006f8d16f8ea1b82daa90a796563ae283b (diff) |
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 |