]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/tests/Makefile
Merge llvm-project release/15.x llvmorg-15.0.6-0-g088f33605d8a
[FreeBSD/FreeBSD.git] / libexec / tftpd / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 ATF_TESTS_C=    functional
6 TEST_METADATA.functional+=      timeout=15
7
8 LIBADD= util
9 CSTD=   c11
10
11 .include <bsd.test.mk>