summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcidump
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-01-30 20:48:50 +0000
committermiod <miod@openbsd.org>2010-01-30 20:48:50 +0000
commit4725f400488cc3fc20de03a10f4492aebd7f3c07 (patch)
treed86854abe508dad03d9f9dc9b2fb29f22ead94cb /usr.sbin/pcidump
parentBuild these firmwares on loongson. (diff)
downloadwireguard-openbsd-4725f400488cc3fc20de03a10f4492aebd7f3c07.tar.xz
wireguard-openbsd-4725f400488cc3fc20de03a10f4492aebd7f3c07.zip
Build on loongson, and sort platform list.
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r--usr.sbin/pcidump/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile
index be030824dc4..159c9b1c7a4 100644
--- a/usr.sbin/pcidump/Makefile
+++ b/usr.sbin/pcidump/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.3 2008/05/13 21:12:44 miod Exp $
+# $OpenBSD: Makefile,v 1.4 2010/01/30 20:48:53 miod Exp $
-.if (${MACHINE} == "alpha") || (${MACHINE} == "amd64") || \
- (${MACHINE} == "armish") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "landisk") || \
- (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "socppc") || \
- (${MACHINE} == "sparc64")
+.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
+ ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "socppc" || ${MACHINE} == "sparc64"
PROG= pcidump