summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-12-31 00:28:31 +0000
committerderaadt <deraadt@openbsd.org>2004-12-31 00:28:31 +0000
commit6f7025cb79cd43878e8cbc4a4030df65c3c407e7 (patch)
tree34134293c3746d9c6f1a20fb0bf61cef0e8ee7dc /sys/dev/microcode
parentEnable Realtek RTL8180 driver (rtw) to get more testing feedback. (diff)
downloadwireguard-openbsd-6f7025cb79cd43878e8cbc4a4030df65c3c407e7.tar.xz
wireguard-openbsd-6f7025cb79cd43878e8cbc4a4030df65c3c407e7.zip
zaurus will be able to use this one day
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/symbol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile
index 8eb60931a24..cbad91d602e 100644
--- a/sys/dev/microcode/symbol/Makefile
+++ b/sys/dev/microcode/symbol/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2004/12/19 16:19:42 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2004/12/31 00:28:31 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,7 +7,7 @@ NOMAN=
.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
(${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
(${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi")
+ (${MACHINE} == "sgi") || (${MACHINE} == "zaurus")
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \