]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/tests/Makefile
Merge upstream r948: fix race condition in openpam_ttyconv(3).
[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>