mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 07:10:41 -05:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= dso
|
|
TESTS_SUBDIRS= dynamic
|
|
TESTS_SUBDIRS+= dynamiclib
|
|
TESTS_SUBDIRS+= static
|
|
|
|
.include <bsd.test.mk>
|