summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2008-05-13 21:12:43 +0000
committermiod <miod@openbsd.org>2008-05-13 21:12:43 +0000
commit7d24bcdc4c9d7c39c131dc8f57820d6364cf99af (patch)
treea4b3cc0d295679d0cf1921389b0a12aa3ebf3692 /usr.sbin/hotplugd
parentAdd catman directories for socppc manual pages (diff)
downloadwireguard-openbsd-7d24bcdc4c9d7c39c131dc8f57820d6364cf99af.tar.xz
wireguard-openbsd-7d24bcdc4c9d7c39c131dc8f57820d6364cf99af.zip
Build on socppc too.
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 f8baead33d0..4a46b017b31 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.7 2006/10/14 20:36:40 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2008/05/13 21:12:43 miod Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "i386" || \
- ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" || \
- ${MACHINE} == "landisk"
+ ${MACHINE} == "hppa" || ${MACHINE} == "landisk" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "socppc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
PROG= hotplugd
SRCS= hotplugd.c
@@ -21,6 +21,6 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus landisk
+MANSUBDIR=alpha amd64 armish i386 hppa landisk macppc socppc sparc64 zaurus
.include <bsd.prog.mk>