]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libcrypt/tests/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libcrypt / tests / Makefile
1 # $FreeBSD$
2
3 # exercise libcrypt
4
5 TESTS_C= crypt_tests
6
7 CFLAGS+= -I${.CURDIR:H}
8 LDADD+= -L${.OBJDIR:H} -lcrypt
9
10 .include <atf.test.mk>