diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-05-11 07:18:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-05-11 07:18:18 +0000 |
commit | ee0b8c22b04f226d8eff2ad95e5bcd193547e190 (patch) | |
tree | 6a4a0c2178068046fce99c7d59198d428c53da47 /usr.sbin/pcidump/Makefile | |
parent | e6cdaa9711765d73b15cee91499c2d5724d88560 (diff) |
socppc makes an extended visit to the bigbucket.
ok kettenis
Diffstat (limited to 'usr.sbin/pcidump/Makefile')
-rw-r--r-- | usr.sbin/pcidump/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |