diff options
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r-- | usr.sbin/pcidump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index cad93236db0..f03e213535c 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2013/03/31 16:41:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:51 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \ ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ |