Fix some accidentally inverted logic
This commit is contained in:
parent
466046ec0d
commit
12de3059d0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user