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