Skip to content
Snippets Groups Projects
Commit 7e3e6167 authored by deuce's avatar deuce
Browse files

NetBSD currently explicitly uses ncurses

parent 253ae593
Branches
Tags
No related merge requests found
...@@ -12,6 +12,9 @@ else ...@@ -12,6 +12,9 @@ else
OBJS += $(MTOBJODIR)$(DIRSEP)console$(OFILE) \ OBJS += $(MTOBJODIR)$(DIRSEP)console$(OFILE) \
$(MTOBJODIR)$(DIRSEP)x_cio$(OFILE) $(MTOBJODIR)$(DIRSEP)x_cio$(OFILE)
endif endif
ifeq ($(os),netbsd)
CFLAGS += -DN_CURSES_LIB
endif
# CIOLIB Library Link Rule # CIOLIB Library Link Rule
$(CIOLIB-MT): $(MTOBJODIR) $(OBJS) $(CIOLIB-MT): $(MTOBJODIR) $(OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment