diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 16:19:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 16:19:44 +0000 |
commit | ade136317abea55ada8e02b0b1b568d03d2f62d2 (patch) | |
tree | 3e72fe66ff44a370cc08df6e76df4dc1f1912aaa | |
parent | 42984a0d09aac6e8d15d18796ec20aca1191ba8e (diff) |
prep for future
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/typhoon/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/uyap/Makefile | 5 |
6 files changed, 18 insertions, 12 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 32d33ab411e..f56eb9e8dfb 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2004/11/20 04:32:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2004/12/19 16:19:42 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= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index 8c6172f78e1..c5eabe65467 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2004/11/22 18:49:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/12/19 16:19:42 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= kue diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 36a78a98f10..8eb60931a24 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/11/22 22:15:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2004/12/19 16:19:42 deraadt Exp $ NOPROG= NOMAN= @@ -6,7 +6,8 @@ NOMAN= # pcmcia capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "hppa") + (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ + (${MACHINE} == "sgi") afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index cafeacfa705..c24ed1dd6be 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/12/19 15:25:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/12/19 16:19:43 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= tigon1 tigon2 diff --git a/sys/dev/microcode/typhoon/Makefile b/sys/dev/microcode/typhoon/Makefile index 51252af8b78..4de9a139e0d 100644 --- a/sys/dev/microcode/typhoon/Makefile +++ b/sys/dev/microcode/typhoon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/12/19 13:54:04 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/12/19 16:19:43 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= 3c990 diff --git a/sys/dev/microcode/uyap/Makefile b/sys/dev/microcode/uyap/Makefile index 8aa599e274b..e619b2e9163 100644 --- a/sys/dev/microcode/uyap/Makefile +++ b/sys/dev/microcode/uyap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2004/12/19 15:20:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/12/19 16:19:43 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= uyap |