summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-06-04 00:29:24 +0000
committerderaadt <deraadt@openbsd.org>2009-06-04 00:29:24 +0000
commit0bae8769780ff1596a4f02bd7e9dfaf41ab023c3 (patch)
tree9b5ce82c881be2a9dc7fa8538eab31b7297ef91f /usr.sbin/hotplugd
parentEnable gfxp(4). (diff)
downloadwireguard-openbsd-0bae8769780ff1596a4f02bd7e9dfaf41ab023c3.tar.xz
wireguard-openbsd-0bae8769780ff1596a4f02bd7e9dfaf41ab023c3.zip
hotplugd is on so many, give up on MANSUBDIR
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index e681c7dd509..fd50a5037fc 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2009/06/03 18:35:17 jasper Exp $
+# $OpenBSD: Makefile,v 1.10 2009/06/04 00:29:24 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "i386" || \
@@ -22,6 +22,5 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 armish i386 hppa landisk macppc sgi socppc sparc64 zaurus
.include <bsd.prog.mk>