mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/libexec/rtld-elf
|
||
|
|
SUBDIR+= libpythagoras target
|
||
|
|
|
||
|
|
ATF_TESTS_C= ld_library_pathfds
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|