summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
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