mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
fba3cde907
Reviewed by: freebsd-testing Approved by: rpaulo (mentor)
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>
|