aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-23 15:59:30 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-23 15:59:30 +0000
commitaf6fbe519c93135f820b55e2fb1f1c9076c7cddd (patch)
tree42dbba99753cb8c4e51ce9d0d5e2fd716f4db13c /tests/Makefile
parentf5afa0f9fb1866b874e1822c84ccdfd45a44980a (diff)
downloadsrc-af6fbe519c93135f820b55e2fb1f1c9076c7cddd.tar.gz
src-af6fbe519c93135f820b55e2fb1f1c9076c7cddd.zip
Tag /usr/tests/local symlink with package=tests
As with the rest of /usr/tests, so that it is handled correctly on pkgbase-installed/updated systems. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=357047
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a8491fcb937d..561a0ec5fcab 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -15,7 +15,8 @@ SUBDIR_PARALLEL=
afterinstall: install-tests-local
install-tests-local: .PHONY
- ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
+ ${INSTALL_SYMLINK} -T 'package=tests' \
+ ../local/tests ${DESTDIR}${TESTSDIR}/local
.include "Makefile.inc0"
.include <bsd.test.mk>