diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/pcidump/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
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 diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index c5ab5648c7a..374d0cd7fc4 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2018/07/10 03:07:15 jsg Exp $ +# $OpenBSD: Makefile,v 1.11 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} == "octeon" || \ - ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ - ${MACHINE} == "sparc64" + ${MACHINE} == "sgi" || ${MACHINE} == "sparc64" PROG= pcidump |