6b129086dc
While here reduce a bit overlinking
13 lines
159 B
Makefile
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>
|