Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s

suggestion.
This commit is contained in:
jmmv 2010-08-02 07:08:26 +00:00
parent d235e83c9d
commit eed27dd4f1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.637 2010/07/31 16:23:15 tsutsui Exp $
# $NetBSD: bsd.own.mk,v 1.638 2010/08/02 07:08:26 jmmv Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -1076,4 +1076,6 @@ _MKTARGET_YACC?= ${_MKMSG_YACC} ${.CURDIR:T}/${.TARGET}
TARGETS+= lintmanpages
.endif
TESTSBASE= /usr/tests
.endif # !defined(_BSD_OWN_MK_)

View File

@ -1,10 +1,8 @@
# $NetBSD: bsd.test.mk,v 1.11 2010/07/13 21:11:41 jmmv Exp $
# $NetBSD: bsd.test.mk,v 1.12 2010/08/02 07:08:26 jmmv Exp $
#
.include <bsd.init.mk>
TESTSBASE= /usr/tests
_TESTS= # empty
.if defined(TESTS_SUBDIRS)