Module Name: src
Committed By: matt
Date: Mon Jun 22 00:11:33 UTC 2015
Modified Files:
src/compat: compatsubdir.mk
Log Message:
Add tests/share/mk and external/bsd/atf/tests/atf for MKCOMPATTESTS
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/compat/compatsubdir.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/compatsubdir.mk
diff -u src/compat/compatsubdir.mk:1.9 src/compat/compatsubdir.mk:1.10
--- src/compat/compatsubdir.mk:1.9 Fri Jun 19 18:17:49 2015
+++ src/compat/compatsubdir.mk Mon Jun 22 00:11:33 2015
@@ -1,4 +1,4 @@
-# $NetBSD: compatsubdir.mk,v 1.9 2015/06/19 18:17:49 matt Exp $
+# $NetBSD: compatsubdir.mk,v 1.10 2015/06/22 00:11:33 matt Exp $
# Build netbsd libraries.
@@ -27,6 +27,8 @@ SUBDIR= ../../../lib .WAIT \
../../../libexec/ld.elf_so
.if ${MKCOMPATTESTS} != "no"
SUBDIR+= ../../../tests
+SUBDIR+= ../../../tests/share # because MKSHARE=no above
+SUBDIR+= ../../../external/bsd/atf/tests
.endif
.endif