freebsd-dev/lib/libcrypt/tests/Makefile
Baptiste Daroussin 6b129086dc Convert libraries to use LIBADD
While here reduce a bit overlinking
2014-11-25 11:07:26 +00:00

13 lines
159 B
Makefile

# $FreeBSD$
# exercise libcrypt
TESTSDIR= ${TESTSBASE}/lib/libcrypt
ATF_TESTS_C= crypt_tests
CFLAGS+= -I${.CURDIR:H}
LIBADD= crypt
.include <bsd.test.mk>