diff options
Diffstat (limited to 'usr.sbin/hotplugd/Makefile')
-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> |