diff options
author | 2004-11-22 09:22:08 +0000 | |
---|---|---|
committer | 2004-11-22 09:22:08 +0000 | |
commit | 6fbfafbfa557817e05aee7f184722dbe7c94ef41 (patch) | |
tree | adec575d0443561e0c46973ef0d136a0fcb0e496 /sys/dev/microcode | |
parent | for later use, install these (diff) | |
download | wireguard-openbsd-6fbfafbfa557817e05aee7f184722dbe7c94ef41.tar.xz wireguard-openbsd-6fbfafbfa557817e05aee7f184722dbe7c94ef41.zip |
missed a few capable machines
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 7a2f61a9b39..d7f12ed4f18 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2004/11/22 09:10:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/11/22 09:22:08 deraadt Exp $ NOPROG= NOMAN= # pcmcia capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "sparc") + (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ + (${MACHINE} == "hppa") afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ |