diff options
| -rw-r--r-- | compat/compatsubdir.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compat/compatsubdir.mk b/compat/compatsubdir.mk index 7f00c96c6cb..3ed404b1fe5 100644 --- a/compat/compatsubdir.mk +++ b/compat/compatsubdir.mk @@ -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 |
