MFC r277676:

r277676:

  Add MK_TALK knob for building the talk and talkd

  Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-02-13 21:19:54 +00:00
parent 4c104a70d5
commit 9ed52cebd8
5 changed files with 21 additions and 2 deletions

View File

@ -26,7 +26,6 @@ SUBDIR= ${_atf} \
${_rtld-elf} \
save-entropy \
${_smrsh} \
talkd \
tcpd \
${_telnetd} \
${_tests} \
@ -74,6 +73,10 @@ _mail.local= mail.local
_smrsh= smrsh
.endif
.if ${MK_TALK} != "no"
SUBDIR+= talkd
.endif
.if ${MK_TELNET} != "no"
_telnetd= telnetd
.endif

View File

@ -357,6 +357,7 @@ __DEFAULT_YES_OPTIONS = \
SYMVER \
SYSCONS \
SYSINSTALL \
TALK \
TCSH \
TELNET \
TEXTPROC \

View File

@ -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

View File

@ -0,0 +1,5 @@
.\" $FreeBSD$
Set to not build or install
.Xr talk 1
and
.Xr talkd 8 .

View File

@ -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