diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2015-02-13 21:21:51 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2015-02-13 21:21:51 +0000 |
| commit | 8a52b1d3e6cdd6950da765b87d315c3d682e15c9 (patch) | |
| tree | f770feb6a10535793d740d55aca7ed60daa22e49 /libexec/Makefile | |
| parent | 298d024b3f7cadcd47e85c94fc5060c3a95fa22e (diff) | |
MFstable/10 r278710:
r278710:
MFC r277676:
r277676:
Add MK_TALK knob for building the talk and talkd
Sponsored by: EMC / Isilon Storage Division
Notes
svn path=/stable/9/; revision=278712
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
