summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 04:37:44 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 04:37:44 +0000
commit21e793b32c614e38da078f83deaccb050e5875cb (patch)
treec5ac4d5a5a79385285523dadacf8d78efb0d5b4b /usr.bin/Makefile
parent29002c447a2be3066b7fa926c39a37caedd45c4f (diff)
downloadFreeBSD-src-21e793b32c614e38da078f83deaccb050e5875cb.zip
FreeBSD-src-21e793b32c614e38da078f83deaccb050e5875cb.tar.gz
Add MK_TALK knob for building the talk and talkd
MFC after: 2 weeks 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 fb12ef8..fbe87bd 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -162,7 +162,6 @@ SUBDIR= ${_addr2line} \
systat \
tabs \
tail \
- talk \
tar \
tcopy \
tee \
@@ -348,6 +347,10 @@ SUBDIR+= rwho
SUBDIR+= vacation
.endif
+.if ${MK_TALK} != "no"
+SUBDIR+= talk
+.endif
+
.if ${MK_TELNET} != "no"
SUBDIR+= telnet
.endif
OpenPOWER on IntegriCloud