diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-22 19:45:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-22 19:45:33 +0000 |
commit | c600f21a59bad6dbc1133e06694a29b3de7f1733 (patch) | |
tree | e32c75e6dfa89dbfed4cfe9616253e494ffeba57 /gnu | |
parent | d0fbd4f297a0c9508c76a3b3ba7340af91795336 (diff) |
i thought hppa is there long time ago
Diffstat (limited to 'gnu')
-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 24615d8d39b..6752d81a2c7 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.31 1999/06/18 02:11:24 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.32 1999/12/22 19:45:32 mickey Exp $ SUBDIRS= opcodes bfd MAN= @@ -11,7 +11,7 @@ MAN+= gdb/gdb.1 # some ports use all of binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ - (${MACHINE_ARCH} == "powerpc") + (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "hppa") SUBDIRS+= binutils ld gas gprof MAN+= binutils/ar.1 binutils/nm.1 \ binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \ |