mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
12 lines
168 B
Makefile
12 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|