Makefile revision 261857
1# $FreeBSD: stable/10/tests/sys/Makefile 261857 2014-02-13 22:19:24Z asomers $
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/..
6
7TESTS_SUBDIRS+=		kern
8TESTSDIR= ${TESTSBASE}/sys
9
10KYUAFILE= yes
11
12.include <bsd.test.mk>
13