Get it building on Arch Linux

Arch doesn't know where -ltermcap is, but -lncurses seems to work.
This commit is contained in:
Steven Dee 2013-11-23 11:11:50 -05:00
parent 7946d20105
commit a8e640f38d

View File

@ -49,7 +49,7 @@ ifeq ($(OS),bsd)
OSLIBS=-lcrypto -lpthread -lncurses -lkvm
endif
LIBS=-lgmp -ltermcap -lsigsegv $(OSLIBS)
LIBS=-lgmp -lncurses -lsigsegv $(OSLIBS)
INCLUDE=include
GENERATED=generated