diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 7d1c1f8..c8b5386 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -28,7 +28,6 @@ SUBDIR= ${_atf} \ ${_rtld-elf} \ save-entropy \ ${_smrsh} \ - talkd \ tcpd \ ${_telnetd} \ ${_tests} \ @@ -81,6 +80,10 @@ _mail.local= mail.local _smrsh= smrsh .endif +.if ${MK_TALK} != "no" +SUBDIR+= talkd +.endif + .if ${MK_TELNET} != "no" _telnetd= telnetd .endif |