1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/secure/tests/Makefile
Glen Barber 1f4bcc459a More 'tests' packaging fixes.
Sponsored by:	The FreeBSD Foundation
2016-02-03 19:08:45 +00:00

14 lines
176 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTS+= Kyuafile
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
.include <bsd.test.mk>