diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-22 12:08:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-22 12:08:24 +0000 |
commit | c4b4b7256d107693be47f232c5442d00e3a5eec3 (patch) | |
tree | a9939078c42e472303f7abe5519d3658e76120e4 | |
parent | 447d7f1539a230f93ad9916ff4e453a6393e27c1 (diff) |
and something else in the future
-rw-r--r-- | sys/dev/microcode/fxp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/microcode/fxp/Makefile b/sys/dev/microcode/fxp/Makefile index edf0f030c0a..8b190b135a9 100644 --- a/sys/dev/microcode/fxp/Makefile +++ b/sys/dev/microcode/fxp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2004/12/22 12:02:47 grange Exp $ +# $OpenBSD: Makefile,v 1.2 2004/12/22 12:08:23 deraadt Exp $ NOPROG= NOMAN= @@ -7,7 +7,8 @@ NOMAN= .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "sgi") + (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ + (${MACHINE} == "sgi") FIRM= fxp-d101a fxp-d101b0 fxp-d101ma fxp-d101s fxp-d102 fxp-d102c |