diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-02-16 12:56:05 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-02-16 12:56:05 +0000 |
commit | 4a879c69ca41a52da751274229a9ca924b61b26e (patch) | |
tree | 87e6bdd75039d2b7021ab0d8ab0ebc50ceb1e5cb /tests | |
parent | affef832fe3217d020ed8afc048f2b40798ca71d (diff) | |
download | FreeBSD-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')
-rw-r--r-- | tests/Makefile | 2 |
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> |