mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
792e676533
This is a MFC of r261959 and r261978.
15 lines
236 B
Makefile
15 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
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>
|