aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-11-26 12:49:37 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-11-26 12:49:37 +0000
commit12de3059d049b66cc1ca95509c253dc1359b2816 (patch)
tree416328190a1f034c0cc9694bde4314a825a20981 /include
parent466046ec0d4dec84ee133aa1b6b22f9eaf6defa5 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/protocols/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocols/Makefile b/include/protocols/Makefile
index a9c82dbb25cbc..0008c76fb8752 100644
--- a/include/protocols/Makefile
+++ b/include/protocols/Makefile
@@ -6,7 +6,7 @@ NO_OBJ=
INCS= dumprestore.h routed.h rwhod.h timed.h
INCSDIR=${INCLUDEDIR}/protocols
-.if ${MK_TALK} == "no"
+.if ${MK_TALK} != "no"
INCS+= talkd.h
.endif