Use DESTDIR for the installation of the /usr/tests/local symlink.

MFC after:	5 days
This commit is contained in:
jmmv 2014-02-16 12:56:05 +00:00
parent affef832fe
commit 4a879c69ca

View File

@ -9,6 +9,6 @@ KYUAFILE= yes
afterinstall: install-tests-local
install-tests-local: .PHONY
${INSTALL_SYMLINK} ../local/tests ${TESTSDIR}/local
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
.include <bsd.test.mk>