blob: 8b3ccb1452aea864bb56ec429b071462c28692f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
.include <bsd.own.mk>
SUBDIR+= etc
SUBDIR+= sys
SUBDIR_PARALLEL=
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes
afterinstall: install-tests-local
install-tests-local: .PHONY
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
.include <bsd.test.mk>
|