diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-06 09:04:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-06 09:04:38 +0000 |
commit | 72634ee047170c6c2b02cf79855e4e13377d06f4 (patch) | |
tree | 65f064151add0424ccfae04f677c470c6b6a806d /gnu | |
parent | 232c76a5c4472543b127f3d873eabab3b214f967 (diff) |
alpha work again
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 7dce864f35f..2b53999a7bb 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.24 1998/06/06 08:07:59 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.25 1998/07/06 09:04:37 deraadt Exp $ SUBDIRS= libiberty opcodes bfd MAN= @@ -19,7 +19,7 @@ MAN+= binutils/ar.1 binutils/nm.1 \ gas/doc/as.1 gprof/gprof.1 ld/ld.1 .endif -.if (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "powerpc") +.if (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha") SUBDIRS+= gprof .endif |