Fix some accidentally inverted logic

This commit is contained in:
Enji Cooper 2014-11-26 12:49:37 +00:00
parent 466046ec0d
commit 12de3059d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275114

View file

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