mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
9 lines
110 B
Makefile
9 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libmp
|
|
|
|
TAP_TESTS_C+= legacy_test
|
|
|
|
LIBADD+= mp
|
|
|
|
.include <bsd.test.mk>
|