af6fbe519c
As with the rest of /usr/tests, so that it is handled correctly on pkgbase-installed/updated systems. Sponsored by: The FreeBSD Foundation
23 lines
340 B
Makefile
23 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
${PACKAGE}FILES+= README
|
|
|
|
KYUAFILE= yes
|
|
|
|
SUBDIR+= etc
|
|
SUBDIR+= sys
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
afterinstall: install-tests-local
|
|
install-tests-local: .PHONY
|
|
${INSTALL_SYMLINK} -T 'package=tests' \
|
|
../local/tests ${DESTDIR}${TESTSDIR}/local
|
|
|
|
.include "Makefile.inc0"
|
|
.include <bsd.test.mk>
|