summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-01-18 16:31:24 +0000
committerdrahn <drahn@openbsd.org>2005-01-18 16:31:24 +0000
commit22baee3c13b060e689f64ff876405c5ee90accf5 (patch)
treee06d5454f17322fe2b84f74be41e8f3cca456ba3 /usr.sbin/hotplugd
parentAdd hotplug support. (diff)
downloadwireguard-openbsd-22baee3c13b060e689f64ff876405c5ee90accf5.tar.xz
wireguard-openbsd-22baee3c13b060e689f64ff876405c5ee90accf5.zip
Build hotplug on zaurus, link manpage in zaurus dir.
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index 93d36309805..402e1b5fe89 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2004/05/30 09:22:06 grange Exp $
+# $OpenBSD: Makefile,v 1.3 2005/01/18 16:31:24 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
PROG= hotplugd
SRCS= hotplugd.c
@@ -19,6 +19,6 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 i386 macppc sparc64
+MANSUBDIR=alpha amd64 i386 macppc sparc64 zaurus
.include <bsd.prog.mk>