]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR+= etc
6 SUBDIR+= sys
7 SUBDIR_PARALLEL=
8
9 TESTSDIR= ${TESTSBASE}
10 KYUAFILE= yes
11
12 afterinstall: install-tests-local
13 install-tests-local: .PHONY
14         ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
15
16 .include <bsd.test.mk>