mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
12 lines
159 B
Makefile
12 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>
|