summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:22:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:22:13 +0000
commit509156c60a7105ff734ec8e334005a2f5bdebf96 (patch)
treea024c43d5611c8adfbfef9027a7c319cc425b65a /sbin/wsconsctl
parent9b1b1b870a79bbac99769b203401b14204a614c9 (diff)
the unused palm code goes away.
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r--sbin/wsconsctl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 985083deb1d..a737b6c4e83 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,12 +1,11 @@
-# $OpenBSD: Makefile,v 1.35 2012/06/20 18:45:44 matthew Exp $
+# $OpenBSD: Makefile,v 1.36 2013/03/25 17:22:11 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "hp300" || \
${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \
${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
${MACHINE} == "loongson" || ${MACHINE} == "luna88k" || \
- ${MACHINE} == "macppc" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \
${MACHINE} == "socppc" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \
${MACHINE} == "zaurus"