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/atmel | |
parent | deliverd -> delivered. (diff) | |
download | wireguard-openbsd-acf15ad7fc305fc95fb4e39b04711005b650b6b8.tar.xz wireguard-openbsd-acf15ad7fc305fc95fb4e39b04711005b650b6b8.zip |
cats went away
Diffstat (limited to 'sys/dev/microcode/atmel')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 5197473dbb3..da41e5a7723 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2007/04/05 23:41:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.15 2007/08/01 21:42:43 deraadt Exp $ NOPROG= NOMAN= @@ -7,10 +7,10 @@ CC=${HOSTCC} # USB capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ (${MACHINE} == "amd64") || (${MACHINE} == "armish") || \ - (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ - (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "zaurus") || (${MACHINE} == "landisk") + (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ + (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \ + (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \ + (${MACHINE} == "landisk") FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ |