From 29ade7a311f327591568b1c08b931973ee6212d5 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Tue, 18 Jan 2005 16:31:25 +0000 Subject: Build hotplug on zaurus, link manpage in zaurus dir. --- usr.sbin/hotplugd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/hotplugd') diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index 93d36309805..402e1b5fe89 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2004/05/30 09:22:06 grange Exp $ +# $OpenBSD: Makefile,v 1.3 2005/01/18 16:31:24 drahn Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ - ${MACHINE} == "sparc64" + ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" PROG= hotplugd SRCS= hotplugd.c @@ -19,6 +19,6 @@ NOPROG= yes .endif MAN= hotplugd.8 -MANSUBDIR=alpha amd64 i386 macppc sparc64 +MANSUBDIR=alpha amd64 i386 macppc sparc64 zaurus .include -- cgit v1.2.3