diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-30 20:48:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-30 20:48:54 +0000 |
commit | 8748e46cdb15fe38172cc3c516c74ff5f98c62f1 (patch) | |
tree | 4f98908564860f60314be8c6f745e9682363cb84 /usr.sbin/hotplugd/Makefile | |
parent | 4e1e833c5267327d4bf5f1a57a1e88f64dfad454 (diff) |
Build on loongson, and sort platform list.
Diffstat (limited to 'usr.sbin/hotplugd/Makefile')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index 73d7e2f8b43..83b471f90a4 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.11 2009/09/09 12:10:35 marex Exp $ +# $OpenBSD: Makefile,v 1.12 2010/01/30 20:48:53 miod Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "armish" || ${MACHINE} == "i386" || \ - ${MACHINE} == "hppa" || ${MACHINE} == "landisk" || \ - ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \ - ${MACHINE} == "socppc" || ${MACHINE} == "sparc64" || \ - ${MACHINE} == "zaurus" || ${MACHINE} == "palm" + ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ + ${MACHINE} == "macppc" || ${MACHINE} == "palm" || \ + ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ + ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" PROG= hotplugd SRCS= hotplugd.c |