summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 66e2426..69bcd77 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -26,7 +26,6 @@ SUBDIR= ${_atf} \
${_rtld-elf} \
save-entropy \
${_smrsh} \
- talkd \
tcpd \
${_telnetd} \
${_tests} \
@@ -74,6 +73,10 @@ _mail.local= mail.local
_smrsh= smrsh
.endif
+.if ${MK_TALK} != "no"
+SUBDIR+= talkd
+.endif
+
.if ${MK_TELNET} != "no"
_telnetd= telnetd
.endif
OpenPOWER on IntegriCloud