xref: /freebsd/libexec/tftpd/tests/Makefile (revision 924e10b809a9fcbc8688c1b5848f60b48e6103fe)
1888651fcSAlan Somers# $FreeBSD$
2888651fcSAlan Somers
3888651fcSAlan Somers.include <bsd.own.mk>
4888651fcSAlan Somers
5888651fcSAlan Somers# Skip on GCC 4.2, because it lacks __COUNTER__
6888651fcSAlan Somers.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40300
7888651fcSAlan SomersATF_TESTS_C=	functional
8888651fcSAlan SomersTEST_METADATA.functional+=	timeout=15
9888651fcSAlan Somers.endif
10888651fcSAlan Somers
11888651fcSAlan SomersLIBADD=	util
12888651fcSAlan SomersWARNS?=	6
13*924e10b8SKyle EvansCSTD=	c11
14888651fcSAlan Somers
15888651fcSAlan Somers.include <bsd.test.mk>
16