]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/tests/Makefile
MFV 364468:
[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 WARNS?= 6
10 CSTD=   c11
11
12 .include <bsd.test.mk>