summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
-rw-r--r--tools/build/options/WITHOUT_TALK5
2 files changed, 12 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index b2cc2ae..a0c6961 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4221,6 +4221,13 @@ OLD_DIRS+=usr/share/doc/pjdfstest
# to be filled in
#.endif
+.if ${MK_TALK} == no
+OLD_FILES+=usr/bin/talk
+OLD_FILES+=usr/libexec/ntalkd
+OLD_FILES+=usr/share/man/man1/talk.1.gz
+OLD_FILES+=usr/share/man/man8/talkd.8.gz
+.endif
+
.if ${MK_TCSH} == no
OLD_FILES+=bin/csh
OLD_FILES+=bin/tcsh
diff --git a/tools/build/options/WITHOUT_TALK b/tools/build/options/WITHOUT_TALK
new file mode 100644
index 0000000..33d4167
--- /dev/null
+++ b/tools/build/options/WITHOUT_TALK
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to not build or install
+.Xr talk 1
+and
+.Xr talkd 8 .
OpenPOWER on IntegriCloud