diff options
author | 2013-03-31 16:41:45 +0000 | |
---|---|---|
committer | 2013-03-31 16:41:45 +0000 | |
commit | 6ded1d30eeee651dcec38aa08a05933d6dfa2b64 (patch) | |
tree | 694c263d6ca7f6f2e0407cf64d21a7a7c2a1d670 | |
parent | sync (diff) | |
download | wireguard-openbsd-6ded1d30eeee651dcec38aa08a05933d6dfa2b64.tar.xz wireguard-openbsd-6ded1d30eeee651dcec38aa08a05933d6dfa2b64.zip |
unbreak tree
-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 33fcd20579c..cad93236db0 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2013/03/31 13:31:43 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2013/03/31 16:41:45 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \ - ${MACHINE} == "sgi" || ${MACHINE} == "socppc" \ + ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ ${MACHINE} == "sparc64" PROG= pcidump |