ncurses -> termcap
This commit is contained in:
parent
a505193ed7
commit
aa7ae634bf
@ -5,8 +5,8 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \
|
|||||||
edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \
|
edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \
|
||||||
linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \
|
linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \
|
||||||
position.c prompt.c search.c signal.c tags.c ttyin.c version.c
|
position.c prompt.c search.c signal.c tags.c ttyin.c version.c
|
||||||
DPADD= ${LIBNCURSES}
|
DPADD= ${LIBTERMCAP}
|
||||||
LDADD= -lncurses
|
LDADD= -ltermcap
|
||||||
LINKS= ${BINDIR}/less /usr/bin/more
|
LINKS= ${BINDIR}/less /usr/bin/more
|
||||||
MLINKS= less.1 more.1
|
MLINKS= less.1 more.1
|
||||||
CLEANFILES= ${MAN1}
|
CLEANFILES= ${MAN1}
|
||||||
|
Loading…
Reference in New Issue
Block a user