diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:40:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:40:13 +0000 |
commit | 457222d339f5281f4d52f3f45fdd8c860de08cab (patch) | |
tree | e9b538ae908e3db7b10f076f853695776f6927d3 /sys/dev/microcode/symbol/Makefile | |
parent | 7f58899c5c5f14699cc71944a6a31724ef120ce1 (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/Makefile | 4 |
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 \ |