8f212f1945
This is to match the layout of the installed and source files more closely. While doing this, honor the MKSHARE variable, as the files these tests validate are only installed when MKSHARE=yes.
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/02/16 12:44:26 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/share
|
|
|
|
TESTS_SUBDIRS= examples mk
|
|
|
|
.include <bsd.test.mk>
|