summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/symbol/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:40:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:40:13 +0000
commit457222d339f5281f4d52f3f45fdd8c860de08cab (patch)
treee9b538ae908e3db7b10f076f853695776f6927d3 /sys/dev/microcode/symbol/Makefile
parent7f58899c5c5f14699cc71944a6a31724ef120ce1 (diff)
these will not be built for palm since it went away
Diffstat (limited to 'sys/dev/microcode/symbol/Makefile')
-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 fdfbb73aa12..9178fda6cc7 100644
--- a/sys/dev/microcode/symbol/Makefile
+++ b/sys/dev/microcode/symbol/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2010/04/04 21:54:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -9,7 +9,7 @@ CC=${HOSTCC}
(${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \
(${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \
- (${MACHINE} == "zaurus") || (${MACHINE} == "palm")
+ (${MACHINE} == "zaurus")
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \