7afb8adff3
This is being done to fix breakage with make distribution with read-only source trees as make distribution doesn't use make obj like building tests/ does in all cases Reported by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> Suggested by: jhb X-MFC with: r282059 MFC after: 1 week
16 lines
248 B
Makefile
16 lines
248 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= etc
|
|
SUBDIR= sys
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
KYUAFILE= yes
|
|
|
|
afterinstall: install-tests-local
|
|
install-tests-local: .PHONY
|
|
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
|
|
|
|
.include <bsd.test.mk>
|