diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-26 08:19:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-26 08:19:37 +0000 |
commit | 774bb6bd7e71b15e219be392a7c1963323859804 (patch) | |
tree | 941ca554e346fa7740ce19da2badabf7a026b5ab /gnu/usr.bin/binutils | |
parent | 5e9cb46132534c3b16388a19c870e4efe9d3afe0 (diff) |
sort the MAN entry; ok deraadt
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 752c82b3f1b..7425eb15b14 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.69 2007/03/25 23:13:59 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.70 2007/03/26 08:19:36 jmc Exp $ NEW_BINUTILS=alpha amd64 arm hppa hppa64 i386 mips64 powerpc sh sparc sparc64 @@ -41,9 +41,10 @@ SUBDIRS+= binutils ld gas CONF_SUBDIRS+= binutils ld gas INST_SUBDIRS+= binutils ld gas MAN+= binutils/doc/addr2line.1 binutils/doc/ar.1 \ - gas/doc/as.1 binutils/doc/ranlib.1 \ - binutils/doc/readelf.1 ld/ld.1 binutils/doc/objcopy.1 \ - binutils/doc/strings.1 binutils/doc/strip.1 + binutils/doc/objcopy.1 binutils/doc/ranlib.1 \ + binutils/doc/readelf.1 binutils/doc/strings.1 \ + binutils/doc/strip.1 \ + gas/doc/as.1 ld/ld.1 . else CONF_SUBDIRS=${SUBDIRS} CONF_SUBDIRS+= binutils |