diff options
author | Julio Merino <jmmv@FreeBSD.org> | 2014-02-16 12:56:05 +0000 |
---|---|---|
committer | Julio Merino <jmmv@FreeBSD.org> | 2014-02-16 12:56:05 +0000 |
commit | 564d7c409949629cef0d7e8673b0e117f370126d (patch) | |
tree | 87e6bdd75039d2b7021ab0d8ab0ebc50ceb1e5cb /tests | |
parent | bc282289514353a0af3feb250fc063c0b287e833 (diff) | |
download | src-564d7c409949629cef0d7e8673b0e117f370126d.tar.gz src-564d7c409949629cef0d7e8673b0e117f370126d.zip |
Notes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 00aaffd18fd2..89da82d2adf6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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> |