diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-04-25 15:40:16 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-04-25 15:40:16 +0000 |
commit | e593523b94a2f91b3f3c4568876400b2f67a1fbe (patch) | |
tree | e63a4213ec7f6fe687e4c36220cc9a127457017e /net/intel-ixl-kmod | |
parent | 8ccb519c88b3c8e85bfa284b3972c20f70874f55 (diff) |
Notes
Diffstat (limited to 'net/intel-ixl-kmod')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 9e75e086bfc8..a80709bbdf4f 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -24,6 +24,9 @@ MANPAGENAME?= ${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ man/man4/${MANPAGENAME}.4.gz +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. + .include <bsd.port.pre.mk> .if ${OSVERSION} < 1002000 |