1*888651fcSAlan Somers# $FreeBSD$ 2*888651fcSAlan Somers 3*888651fcSAlan Somers.include <bsd.own.mk> 4*888651fcSAlan Somers 5*888651fcSAlan Somers# Skip on GCC 4.2, because it lacks __COUNTER__ 6*888651fcSAlan Somers.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40300 7*888651fcSAlan SomersATF_TESTS_C= functional 8*888651fcSAlan SomersTEST_METADATA.functional+= timeout=15 9*888651fcSAlan Somers.endif 10*888651fcSAlan Somers 11*888651fcSAlan SomersLIBADD= util 12*888651fcSAlan SomersWARNS?= 6 13*888651fcSAlan Somers 14*888651fcSAlan Somers.include <bsd.test.mk> 15