summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authormartin <martin@openbsd.org>2006-01-11 21:57:53 +0000
committermartin <martin@openbsd.org>2006-01-11 21:57:53 +0000
commit27ed6be4f1ca82df74bc14699def710f9eb50433 (patch)
tree6809b081dbcbc43a1ff513974475b3934d852c45 /usr.sbin/hotplugd
parentfix my previous commit. fallback to CCK rates was broken. (diff)
downloadwireguard-openbsd-27ed6be4f1ca82df74bc14699def710f9eb50433.tar.xz
wireguard-openbsd-27ed6be4f1ca82df74bc14699def710f9eb50433.zip
hotplug(4) and hotplugd(8) here
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index 402e1b5fe89..fbd722840da 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2005/01/18 16:31:24 drahn Exp $
+# $OpenBSD: Makefile,v 1.4 2006/01/11 21:57:53 martin Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
+ ${MACHINE} == "i386" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "zaurus"
PROG= hotplugd
SRCS= hotplugd.c
@@ -19,6 +20,6 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 i386 macppc sparc64 zaurus
+MANSUBDIR=alpha amd64 i386 hppa macppc sparc64 zaurus
.include <bsd.prog.mk>