Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap

This commit is contained in:
Rodney W. Grimes 1994-09-11 21:41:41 +00:00
parent 0e58d91938
commit 88782905c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2677
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ PROG= chess
SRCS= gnuchess.c uxdsp.c move.c
CFLAGS+=-DNEWMOVE=12
MAN6= chess.6
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
DPADD= ${LIBCURSES} ${LIBTERMCAP}
LDADD= -lcurses -ltermcap
HIDEGAME=hidegame
beforeinstall:

View File

@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
DPADD+= $(LIBREADLINE) $(LIBTERM)
DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
.if exists(${.CURDIR}/../libiberty/obj)

View File

@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
DPADD+= $(LIBREADLINE) $(LIBTERM)
DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
.if exists(${.CURDIR}/../libiberty/obj)

View File

@ -1,7 +1,7 @@
SRC = ..
GLOBINCS =
LOCINCS =
LIBS = -lcurses -ltermlib `. $(SRC)/config.sh; echo $$libs`
LIBS = -lcurses -ltermcap `. $(SRC)/config.sh; echo $$libs`
curseperl: $(SRC)/uperl.o usersub.o curses.o
cc $(SRC)/uperl.o usersub.o curses.o $(LIBS) -o curseperl