summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2013-05-30 15:55:53 +0000
committerflorian <florian@openbsd.org>2013-05-30 15:55:53 +0000
commit6c37860ae2de8ba3e89ff464fce4acc3044d0926 (patch)
tree618f567c46e2b1ca23e1a5bed2f950eccd8e63fb /usr.sbin/hotplugd
parentImprove sanity checks on received UDP messages (diff)
downloadwireguard-openbsd-6c37860ae2de8ba3e89ff464fce4acc3044d0926.tar.xz
wireguard-openbsd-6c37860ae2de8ba3e89ff464fce4acc3044d0926.zip
This might be useful on beagle, too.
OK patrick@, jasper@, bmercer@
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index 3adc2ba765d..f6cfbb34243 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.14 2013/03/25 17:29:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 2013/05/30 15:55:53 florian Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
- ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "macppc" || \
+ ${MACHINE} == "armish" || ${MACHINE} == "beagle" || \
+ ${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \
+ ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
+ ${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \
${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"