summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-25 17:22:10 +0000
committerderaadt <deraadt@openbsd.org>2013-03-25 17:22:10 +0000
commit394c7d0eb27cbf1347a622e8ec6e8571909ee922 (patch)
treeb59b1d4ce95fb6d9a838ca7276905bbdb2aa8f4f /usr.sbin/wsconscfg
parentclean up kernel includes; no need for uvm_extern.h (diff)
downloadwireguard-openbsd-394c7d0eb27cbf1347a622e8ec6e8571909ee922.tar.xz
wireguard-openbsd-394c7d0eb27cbf1347a622e8ec6e8571909ee922.zip
the unused palm code goes away.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 3072e2fb7d6..3477f8f8231 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,12 +1,11 @@
-# $OpenBSD: Makefile,v 1.32 2012/06/20 18:45:44 matthew Exp $
+# $OpenBSD: Makefile,v 1.33 2013/03/25 17:22:12 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"