From ee770c8ca0608a72674b404489b3e4b21442ddbc Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 09:43:29 -0400 Subject: [PATCH] fix --- contrib/backends/nntpchan-daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/nntpchan-daemon/Makefile b/contrib/backends/nntpchan-daemon/Makefile index ed3f41e..e80e2e1 100644 --- a/contrib/backends/nntpchan-daemon/Makefile +++ b/contrib/backends/nntpchan-daemon/Makefile @@ -21,7 +21,7 @@ TEST = $(REPO)/test DAEMON_SRC = $(REPO)/daemon -ifeq ($(shell uname -s) "FreeBSD") +ifeq ($(shell uname -s),"FreeBSD") SODIUM_INC = /usr/local/include SODIUM_LIB = /usr/local/lib/libsodium.a else