From a3022faaed6e03c971ec9a648a2854650b963a4c Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 15 Jul 2009 08:42:47 -0700 Subject: [PATCH] Add libcurses, remove ltermcap That's how modern distributions roll (and have, for a long time. I just haven't committed this). Signed-off-by: Linus Torvalds --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 73f4c43..60b8aa6 100644 --- a/makefile +++ b/makefile @@ -23,9 +23,9 @@ CFLAGS=-O2 -Wall DEFINES=-DAUTOCONF -DPOSIX -DUSG -D_BSD_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE=600 # Linux #DEFINES=-DAUTOCONF #LIBS=-ltermcap # BSD -#LIBS=-lcurses # SYSV +LIBS=-lcurses # SYSV #LIBS=-ltermlib -LIBS=-L/usr/lib/termcap -ltermcap +#LIBS=-L/usr/lib/termcap -ltermcap LFLAGS=-hbx BINDIR=/usr/bin LIBDIR=/usr/lib