summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-25 17:29:28 +0000
committerderaadt <deraadt@openbsd.org>2013-03-25 17:29:28 +0000
commit1a3f0d07b3c7491258905d9be6b7000c5683766a (patch)
treeb3137303d95a7d02d033d80d76ed00f486d4e75c /usr.sbin/hotplugd
parentthe unused palm code goes away. (diff)
downloadwireguard-openbsd-1a3f0d07b3c7491258905d9be6b7000c5683766a.tar.xz
wireguard-openbsd-1a3f0d07b3c7491258905d9be6b7000c5683766a.zip
the unused palm code goes away.
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index 5ca81a4443d..3adc2ba765d 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.13 2010/07/20 02:05:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.14 2013/03/25 17:29:28 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "palm" || \
+ ${MACHINE} == "macppc" || \
${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"