freebsd-dev/tests/Makefile

15 lines
236 B
Makefile
Raw Normal View History

# $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>