BROKEN on sparc64: Does not compile
This commit is contained in:
parent
0fd891f509
commit
4f173832ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121920
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user