2013-10-25 05:25:19 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-02 22:26:49 +00:00
|
|
|
PACKAGE= tests
|
2013-10-25 05:25:19 +00:00
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
2016-05-04 23:20:53 +00:00
|
|
|
|
|
|
|
${PACKAGE}FILES+= README
|
|
|
|
|
2013-10-25 05:25:19 +00:00
|
|
|
KYUAFILE= yes
|
|
|
|
|
2016-05-04 23:20:53 +00:00
|
|
|
SUBDIR+= etc
|
|
|
|
SUBDIR+= sys
|
|
|
|
|
|
|
|
SUBDIR_PARALLEL=
|
2015-11-20 03:24:04 +00:00
|
|
|
|
2014-02-16 04:11:40 +00:00
|
|
|
afterinstall: install-tests-local
|
|
|
|
install-tests-local: .PHONY
|
2014-02-16 12:56:05 +00:00
|
|
|
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
|
2014-02-16 04:11:40 +00:00
|
|
|
|
2013-10-25 05:25:19 +00:00
|
|
|
.include <bsd.test.mk>
|