Assume gcc is at least 6.4, the oldest xtoolchain in the ports tree. Assume clang is at least 6, which was in 11.2-RELEASE. Drop conditions for older compilers. Reviewed by: imp (earlier version), emaste, jhb MFC after: 2 weeks Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D24802
13 lines
156 B
Makefile
13 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
ATF_TESTS_C= functional
|
|
TEST_METADATA.functional+= timeout=15
|
|
|
|
LIBADD= util
|
|
WARNS?= 6
|
|
CSTD= c11
|
|
|
|
.include <bsd.test.mk>
|