summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-02-16 12:56:05 +0000
committerjmmv <jmmv@FreeBSD.org>2014-02-16 12:56:05 +0000
commit4a879c69ca41a52da751274229a9ca924b61b26e (patch)
tree87e6bdd75039d2b7021ab0d8ab0ebc50ceb1e5cb /tests/Makefile
parentaffef832fe3217d020ed8afc048f2b40798ca71d (diff)
downloadFreeBSD-src-4a879c69ca41a52da751274229a9ca924b61b26e.zip
FreeBSD-src-4a879c69ca41a52da751274229a9ca924b61b26e.tar.gz
Use DESTDIR for the installation of the /usr/tests/local symlink.
MFC after: 5 days
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 00aaffd..89da82d 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>
OpenPOWER on IntegriCloud