mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
11 lines
135 B
Makefile
11 lines
135 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/usr.bin
|
||
|
|
||
|
.PATH: ${.CURDIR:H:H}/tests
|
||
|
KYUAFILE= yes
|
||
|
|
||
|
.include <bsd.test.mk>
|