]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/tests/Makefile
MFV: zlib: examples: define functions as static ones. (PR #855)
[FreeBSD/FreeBSD.git] / libexec / tftpd / tests / Makefile
1
2 .include <bsd.own.mk>
3
4 ATF_TESTS_C=    functional
5 TEST_METADATA.functional+=      timeout=15
6
7 LIBADD= util
8 CSTD=   c11
9
10 .include <bsd.test.mk>