diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:12:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:12:45 +0000 |
commit | 7b5a87071d61fd26a909e7e9dfdb5ee0f3349450 (patch) | |
tree | 54f25dffd2a565f1ab41a1ae1ae57d55fe69d48e /usr.sbin/pcidump | |
parent | e60d3f757543e8595925a02b3136a057a1965eb4 (diff) |
Build on socppc too.
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r-- | usr.sbin/pcidump/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index bf1614e4d7d..be030824dc4 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/10/22 01:23:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2008/05/13 21:12:44 miod Exp $ -.if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \ - (${MACHINE} == "macppc") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "alpha") || (${MACHINE} == "sgi") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "armish") || (${MACHINE} == "landisk") +.if (${MACHINE} == "alpha") || (${MACHINE} == "amd64") || \ + (${MACHINE} == "armish") || (${MACHINE} == "hppa") || \ + (${MACHINE} == "hppa64") || (${MACHINE} == "landisk") || \ + (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ + (${MACHINE} == "sgi") || (${MACHINE} == "socppc") || \ + (${MACHINE} == "sparc64") PROG= pcidump |