diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:12:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:12:45 +0000 |
commit | 7b5a87071d61fd26a909e7e9dfdb5ee0f3349450 (patch) | |
tree | 54f25dffd2a565f1ab41a1ae1ae57d55fe69d48e /usr.sbin/hotplugd/Makefile | |
parent | e60d3f757543e8595925a02b3136a057a1965eb4 (diff) |
Build on socppc too.
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 f8baead33d0..4a46b017b31 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2006/10/14 20:36:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2008/05/13 21:12:43 miod Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "i386" || \ - ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \ - ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" || \ - ${MACHINE} == "landisk" + ${MACHINE} == "hppa" || ${MACHINE} == "landisk" || \ + ${MACHINE} == "macppc" || ${MACHINE} == "socppc" || \ + ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" PROG= hotplugd SRCS= hotplugd.c @@ -21,6 +21,6 @@ NOPROG= yes .endif MAN= hotplugd.8 -MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus landisk +MANSUBDIR=alpha amd64 armish i386 hppa landisk macppc socppc sparc64 zaurus .include <bsd.prog.mk> |