X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/17d107163e5e1ec1b8cfc1b0027d497e2cf2bb7a..6c0f1d31579139732e9cf5cfb59da1e8ecacd683:/scripts/config/lxdialog/Makefile?ds=inline diff --git a/scripts/config/lxdialog/Makefile b/scripts/config/lxdialog/Makefile index 74ee942cd..bdafde0c0 100644 --- a/scripts/config/lxdialog/Makefile +++ b/scripts/config/lxdialog/Makefile @@ -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