From 27ed6be4f1ca82df74bc14699def710f9eb50433 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 11 Jan 2006 21:57:53 +0000 Subject: hotplug(4) and hotplugd(8) here --- usr.sbin/hotplugd/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'usr.sbin/hotplugd') 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 -- cgit v1.2.3-59-g8ed1b