Re-enable self-test for sparc64-7.

Requested by:	marius
This commit is contained in:
Mark Linimon 2008-03-03 04:29:35 +00:00
parent 9704c534e9
commit 98002e90b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208362

View File

@ -33,8 +33,10 @@ test check: build
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) && ${ARCH} != sparc64
.if defined(PACKAGE_BUILDING)
.if ${ARCH} != sparc64 || ${OSVERSION} >= 700055
pre-install: test
.endif
.endif
.include <bsd.port.post.mk>