summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2013-11-08 14:33:41 +0000
committerJulio Merino <jmmv@FreeBSD.org>2013-11-08 14:33:41 +0000
commitfba3cde907930eed2adb8a320524bc250338c729 (patch)
treef0e3133bc90ad92cccea3722aa2d458865c00a41 /libexec/Makefile
parentcc21b86f50a0eb078c5d42c7ddffbc7ac6dae6e0 (diff)
Notes
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 576335f2d2fd..cf5c12016c04 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -28,6 +28,7 @@ SUBDIR= ${_atf} \
talkd \
tcpd \
${_telnetd} \
+ ${_tests} \
tftpd \
${_tftp-proxy} \
ulog-helper \
@@ -74,6 +75,7 @@ _telnetd= telnetd
.if ${MK_TESTS} != "no"
_atf= atf
+_tests= tests
.endif
.include <bsd.subdir.mk>