From 674517b7512b8832dbb8adecb3cc270c651e2797 Mon Sep 17 00:00:00 2001 From: marex Date: Wed, 9 Sep 2009 12:10:34 +0000 Subject: Palm: Integration into the tree OK deraadt@ --- usr.sbin/hotplugd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/hotplugd') diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index fd50a5037fc..73d7e2f8b43 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2009/06/04 00:29:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2009/09/09 12:10:35 marex 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} == "zaurus" || ${MACHINE} == "palm" PROG= hotplugd SRCS= hotplugd.c -- cgit v1.2.3-59-g8ed1b