mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
11 lines
132 B
Makefile
11 lines
132 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/cddl
|
||
|
|
||
|
.PATH: ${.CURDIR:H:H}/tests
|
||
|
KYUAFILE= yes
|
||
|
|
||
|
.include <bsd.test.mk>
|