fix breakage introduced with [17394]
[openwrt.git] / scripts / config / lxdialog / Makefile
index 74ee942..bdafde0 100644 (file)
@@ -12,6 +12,7 @@ LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
 OS := $(shell uname -s)
 ifeq ($(strip $(OS)),OpenBSD)
 LIBS := -lncurses
+endif
 ifeq ($(shell uname -o),Cygwin)
 LIBS := -lncurses
 endif