]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/Makefile
Install a symlink from /usr/tests/local to /usr/local/tests.
[FreeBSD/stable/10.git] / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= sys
6
7 TESTSDIR= ${TESTSBASE}
8 KYUAFILE= yes
9
10 afterinstall: install-tests-local
11 install-tests-local: .PHONY
12         ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
13
14 .include <bsd.test.mk>