diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:01:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:01:51 +0000 |
commit | 450766661fab1f3d45ec29ad4e91183d4e8be834 (patch) | |
tree | da9cb4f509dc2e1619cc98525235ffc65c6f2c29 /usr.sbin/hotplugd/Makefile | |
parent | f042d412f597bd02480f568d91aa3cb4373027cd (diff) |
System build pieces for armish arch.
Diffstat (limited to 'usr.sbin/hotplugd/Makefile')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index fbd722840da..d866e788a3b 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2006/01/11 21:57:53 martin Exp $ +# $OpenBSD: Makefile,v 1.5 2006/06/06 00:01:50 drahn Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "i386" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "macppc" || ${MACHINE} == "sparc64" || \ - ${MACHINE} == "zaurus" + ${MACHINE} == "armish" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \ + ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" PROG= hotplugd SRCS= hotplugd.c @@ -20,6 +20,6 @@ NOPROG= yes .endif MAN= hotplugd.8 -MANSUBDIR=alpha amd64 i386 hppa macppc sparc64 zaurus +MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus .include <bsd.prog.mk> |