From 8a52b1d3e6cdd6950da765b87d315c3d682e15c9 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 13 Feb 2015 21:21:51 +0000 Subject: MFstable/10 r278710: r278710: MFC r277676: r277676: Add MK_TALK knob for building the talk and talkd Sponsored by: EMC / Isilon Storage Division --- libexec/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec/Makefile') diff --git a/libexec/Makefile b/libexec/Makefile index 78953b4e26a0..052a23dfb82c 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -24,7 +24,6 @@ SUBDIR= ${_atrun} \ ${_rtld-elf} \ save-entropy \ ${_smrsh} \ - talkd \ tcpd \ ${_telnetd} \ tftpd \ @@ -67,6 +66,10 @@ _mail.local= mail.local _smrsh= smrsh .endif +.if ${MK_TALK} != "no" +SUBDIR+= talkd +.endif + .if ${MK_TELNET} != "no" _telnetd= telnetd .endif -- cgit v1.3