diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 16:31:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 16:31:25 +0000 |
commit | 29ade7a311f327591568b1c08b931973ee6212d5 (patch) | |
tree | eb4e2103ec93a274c42c232b3ee868f50de9d7ba /usr.sbin/hotplugd | |
parent | d1fe6131ab9fc5458943aa68e2baad2d3e415f5f (diff) |
Build hotplug on zaurus, link manpage in zaurus dir.
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.prog.mk> |