Fix the man path for OpenBSD

This commit is contained in:
codesoap 2019-05-28 10:28:20 +02:00
parent 6788b3ae27
commit a0e0229f20

View File

@ -73,6 +73,7 @@ else ifeq ($(os),OpenBSD)
LIBS += -lncursesw
CPPFLAGS += -D'KAK_BIN_PATH="$(bindir)/kak"' -I/usr/local/include
LDFLAGS += -L/usr/local/lib
mandir := $(DESTDIR)$(PREFIX)/man/man1
else ifneq (,$(findstring CYGWIN,$(os)))
CPPFLAGS += -D_XOPEN_SOURCE=700
LIBS += -lncursesw -ldbghelp