From 12de3059d049b66cc1ca95509c253dc1359b2816 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 26 Nov 2014 12:49:37 +0000 Subject: [PATCH] Fix some accidentally inverted logic --- include/protocols/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/protocols/Makefile b/include/protocols/Makefile index a9c82dbb25cb..0008c76fb875 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