From b3006189bae555d60b626f1954ae03cb5caa4953 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 11 May 2019 07:18:14 +0000 Subject: socppc makes an extended visit to the bigbucket. ok kettenis --- 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 b042c3cce49..b5660434546 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.20 2017/01/23 03:12:25 jsg Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/11 07:18:17 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \ - ${MACHINE} == "socppc" || ${MACHINE} == "sparc64" + ${MACHINE} == "sparc64" PROG= hotplugd SRCS= hotplugd.c -- cgit v1.2.3-59-g8ed1b