From 4725f400488cc3fc20de03a10f4492aebd7f3c07 Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 30 Jan 2010 20:48:50 +0000 Subject: Build on loongson, and sort platform list. --- usr.sbin/hotplugd/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'usr.sbin/hotplugd') 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 -- cgit v1.2.3-59-g8ed1b