mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
- Remove the .t wrapper - Fix -Wreturn-type warnings with clang This change has been tested on amd64/i386 Phabric: D530 Reviewed by: jmmv Approved by: jmmv (co-mentor) MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
10 lines
152 B
Makefile
10 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libmp
|
|
|
|
TAP_TESTS_C+= legacy_test
|
|
|
|
DPADD+= ${LIBCRYPTO} ${LIBMP}
|
|
LDADD+= -lcrypto -lmp
|
|
|
|
.include <bsd.test.mk>
|