summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2006-06-06 00:01:49 +0000
committerdrahn <drahn@openbsd.org>2006-06-06 00:01:49 +0000
commit5e25adcdaa50848d59aeca2cee908227f31ac4b9 (patch)
tree60125d84c7702ffd025988503fffeab9236425e3 /usr.sbin/hotplugd
parentWrite the words of the mac address in reverse order to fix a MAC problem on (diff)
downloadwireguard-openbsd-5e25adcdaa50848d59aeca2cee908227f31ac4b9.tar.xz
wireguard-openbsd-5e25adcdaa50848d59aeca2cee908227f31ac4b9.zip
System build pieces for armish arch.
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 fbd722840da..d866e788a3b 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2006/01/11 21:57:53 martin Exp $
+# $OpenBSD: Makefile,v 1.5 2006/06/06 00:01:50 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "i386" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "sparc64" || \
- ${MACHINE} == "zaurus"
+ ${MACHINE} == "armish" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
PROG= hotplugd
SRCS= hotplugd.c
@@ -20,6 +20,6 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 i386 hppa macppc sparc64 zaurus
+MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus
.include <bsd.prog.mk>