mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
11 lines
156 B
Makefile
11 lines
156 B
Makefile
|
|
ATF_TESTS_C+= crypt_tests
|
|
|
|
NETBSD_ATF_TESTS_C+= crypt_test
|
|
|
|
CFLAGS+= -I${.CURDIR:H}
|
|
LIBADD= crypt
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|