diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 16:23:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 16:23:59 +0000 |
commit | 5505f9a9bd651aeb3d8175b1b4c431ccb812b70c (patch) | |
tree | af17b9a4fb91cff7db676ebc281747bc841c3cdb /misc/cpuid | |
parent | 48ae1758c44ce19db01772c7d9089bb68616a031 (diff) | |
download | ports-5505f9a9bd651aeb3d8175b1b4c431ccb812b70c.tar.gz ports-5505f9a9bd651aeb3d8175b1b4c431ccb812b70c.zip |
mark it only for i386
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes:
svn path=/head/; revision=42912
Diffstat (limited to 'misc/cpuid')
-rw-r--r-- | misc/cpuid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 3f247f937ab4..54846780b165 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://people.qualcomm.com/karn/code/cpuid/ MAINTAINER= ports@FreeBSD.org +ONLY_FOR_ARCHS= i386 ALL_TARGET= ${PORTNAME} do-install: |