summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/symbol/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-19 16:19:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-19 16:19:44 +0000
commitade136317abea55ada8e02b0b1b568d03d2f62d2 (patch)
tree3e72fe66ff44a370cc08df6e76df4dc1f1912aaa /sys/dev/microcode/symbol/Makefile
parent42984a0d09aac6e8d15d18796ec20aca1191ba8e (diff)
prep for future
Diffstat (limited to 'sys/dev/microcode/symbol/Makefile')
-rw-r--r--sys/dev/microcode/symbol/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \