From 2361ea4eabc34f81bd9b20d2ba9252fa81094796 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 6 Mar 2014 13:38:23 +0000 Subject: [PATCH] Install a symlink from /usr/tests/local to /usr/local/tests. This is a MFC of r261959 and r261978. git-svn-id: svn://svn.freebsd.org/base/stable/10@262854 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index ba81cacc7..89da82d2a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,4 +7,8 @@ SUBDIR= sys TESTSDIR= ${TESTSBASE} KYUAFILE= yes +afterinstall: install-tests-local +install-tests-local: .PHONY + ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local + .include -- 2.45.0