mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
13 lines
161 B
Makefile
13 lines
161 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/lib/atf
|
||
|
|
||
|
.PATH: ${.CURDIR:H:H:H}/tests
|
||
|
KYUAFILE= yes
|
||
|
|
||
|
SUBDIR= test-programs
|
||
|
|
||
|
.include <bsd.test.mk>
|