diff options
author | 2007-08-01 21:42:43 +0000 | |
---|---|---|
committer | 2007-08-01 21:42:43 +0000 | |
commit | acf15ad7fc305fc95fb4e39b04711005b650b6b8 (patch) | |
tree | 52f9400f7d31499356b419912eedb74c18ecc7fe /sys/dev/microcode/tigon | |
parent | deliverd -> delivered. (diff) | |
download | wireguard-openbsd-acf15ad7fc305fc95fb4e39b04711005b650b6b8.tar.xz wireguard-openbsd-acf15ad7fc305fc95fb4e39b04711005b650b6b8.zip |
cats went away
Diffstat (limited to 'sys/dev/microcode/tigon')
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index 1c3d3692697..badb9058f71 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $ NOPROG= NOMAN= @@ -7,9 +7,8 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ - (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ + (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") FIRM= tigon1 tigon2 |