diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-04 00:29:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-04 00:29:25 +0000 |
commit | a3e04418db8101c82d78e9cef315a2447186117f (patch) | |
tree | abc081db09aae0d359d86a622fe61061efcc1467 | |
parent | a4e010a00564095823f78f7e968f5d0e5f48f119 (diff) |
hotplugd is on so many, give up on MANSUBDIR
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 3 |
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> |