xref: /trueos/tests/Makefile (revision 5868f7205430cd67aa3b655419d3f15f83b70119)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5SUBDIR+= etc
6SUBDIR+= sys
7
8TESTSDIR= ${TESTSBASE}
9KYUAFILE= yes
10
11afterinstall: install-tests-local
12install-tests-local: .PHONY
13	${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
14
15.include <bsd.test.mk>
16