diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:15:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:15:53 +0000 |
commit | 4f173832ed5da51821e2714a8f14b8f6f2af6620 (patch) | |
tree | 1edac23abd96c4da7d7410b4f010624706ac7ee5 /misc | |
parent | 0fd891f5091ff2229ea41a5f0aa559ecca31ef44 (diff) | |
download | ports-4f173832ed5da51821e2714a8f14b8f6f2af6620.tar.gz ports-4f173832ed5da51821e2714a8f14b8f6f2af6620.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/matrix-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/matrix-kmod/Makefile b/misc/matrix-kmod/Makefile index 2aaeff2f3010..6a7f3e207e5d 100644 --- a/misc/matrix-kmod/Makefile +++ b/misc/matrix-kmod/Makefile @@ -23,6 +23,10 @@ KMODDIR= ${PREFIX}/modules BROKEN= "Need FreeBSD 4.0 or above" .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + do-install: @${MKDIR} ${KMODDIR} ${INSTALL_SCRIPT} ${FILESDIR}/matrix_saver.sh ${PREFIX}/etc/rc.d |