summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-13 21:19:54 +0000
committerngie <ngie@FreeBSD.org>2015-02-13 21:19:54 +0000
commit9ed52cebd8df0b370dfda39c8adc63e6a605b828 (patch)
treef7fd01c103ed9e2727bbba12add31047c9def0cd /usr.bin/Makefile
parent4c104a70d57de539b25107b2f406c13d06f66e37 (diff)
downloadFreeBSD-src-9ed52cebd8df0b370dfda39c8adc63e6a605b828.zip
FreeBSD-src-9ed52cebd8df0b370dfda39c8adc63e6a605b828.tar.gz
MFC r277676:
r277676: Add MK_TALK knob for building the talk and talkd Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 3ac348c..d15f32a 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -155,7 +155,6 @@ SUBDIR= alias \
systat \
tabs \
tail \
- talk \
tar \
tcopy \
tee \
@@ -336,6 +335,10 @@ SUBDIR+= rwho
SUBDIR+= vacation
.endif
+.if ${MK_TALK} != "no"
+SUBDIR+= talk
+.endif
+
.if ${MK_TELNET} != "no"
SUBDIR+= telnet
.endif
OpenPOWER on IntegriCloud