mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 14:01:59 +01:00
11 lines
133 B
Makefile
11 lines
133 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/games
|
||
|
|
||
|
.PATH: ${.CURDIR:H:H}/tests
|
||
|
KYUAFILE= yes
|
||
|
|
||
|
.include <bsd.test.mk>
|