diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-14 19:21:37 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-14 19:21:37 +0000 |
| commit | 188e46ab0332a7887da6f1eb5494d92076e3d31e (patch) | |
| tree | 6a6d4b83eb771bff058b2138718550b2d3650f03 /libexec | |
| parent | 992f1a8e53e16d91cf43b2a06e856a97dbbe5b87 (diff) | |
| parent | 79210755878ca1ad93078a8d3f95ffc211be3cef (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atf/atf-check/Makefile | 1 | ||||
| -rw-r--r-- | libexec/atf/atf-sh/Makefile | 1 | ||||
| -rw-r--r-- | libexec/rtld-elf/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index 2533db4e7646..4fe6e4e7dbb9 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -40,6 +40,7 @@ CFLAGS+= -DATF_SHELL='"/bin/sh"' LIBADD= atf_cxx +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile index 17728677c335..dd8cfaf1775d 100644 --- a/libexec/atf/atf-sh/Makefile +++ b/libexec/atf/atf-sh/Makefile @@ -72,6 +72,7 @@ FILESGROUPS= SUBR SUBRDIR= ${SHAREDIR}/atf SUBR= libatf-sh.subr +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include "../../../lib/atf/common.mk" diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index fc535ce6f99a..5c4ecb4fe956 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -85,6 +85,7 @@ beforeinstall: .PATH: ${.CURDIR}/${RTLD_ARCH} +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |
