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)
11 lines
135 B
Makefile
11 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/libexec
|
|
|
|
.PATH: ${.CURDIR:H:H}/tests
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|