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