diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-01-11 21:57:54 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-01-11 21:57:54 +0000 |
commit | 7b43941da7357f0b79c69b29b553427b8212177c (patch) | |
tree | 5b0376a3a5366c2c2c64a456d267c657e056f4ed /usr.sbin/hotplugd | |
parent | a87cc8468fb69df03f02b00e4ec4ff35361c9fd9 (diff) |
hotplug(4) and hotplugd(8) here
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 9 |
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> |