mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
This commit is contained in:
parent
6897a8a75d
commit
16e99c53fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2679
@ -5,7 +5,7 @@ CFLAGS+=-I${.CURDIR}
|
||||
SRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
|
||||
option.c os.c output.c position.c prim.c screen.c signal.c tags.c \
|
||||
ttyin.c
|
||||
DPADD= ${LIBTERM} ${LIBCOMPAT}
|
||||
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
|
||||
LDADD= -ltermcap -lcompat
|
||||
|
||||
beforeinstall:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= msgs
|
||||
DPADD= ${LIBTERM} ${LIBCOMPAT}
|
||||
LDADD= -ltermlib -lcompat
|
||||
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
|
||||
LDADD= -ltermcap -lcompat
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= talk
|
||||
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
|
||||
LDADD= -lcurses -ltermlib -lcompat
|
||||
LDADD= -lcurses -ltermcap -lcompat
|
||||
SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
|
||||
init_disp.c invite.c io.c look_up.c msgs.c talk.c
|
||||
|
||||
|
@ -106,7 +106,7 @@ BINDIR = $(DESTDIR)/usr/ucb
|
||||
|
||||
# Names for the terminal libraries...
|
||||
LIBCURSES = -lcurses
|
||||
LIBTERM = -ltermlib
|
||||
LIBTERMCAP = -ltermcap
|
||||
|
||||
#PC_LIBCURSES =
|
||||
#PC_LIBTERM =
|
||||
@ -156,7 +156,7 @@ FRC:
|
||||
|
||||
tn3270$X: telnet/telprog.o ${SUBLIB} api/apilib.a
|
||||
${CC} ${CFLAGS} -o tn3270 telnet/telprog.o \
|
||||
$L ${SUBLIB} api/apilib.a $(LIBCURSES) $(LIBTERM)
|
||||
$L ${SUBLIB} api/apilib.a ${LIBCURSES} ${LIBTERMCAP}
|
||||
|
||||
#PC_tn3270$X:
|
||||
#PC_ link <@<
|
||||
|
@ -10,8 +10,8 @@ LINKS+= ${BINDIR}/${VI} ${BINDIR}/view
|
||||
MAN1= ${.CURDIR}/../USD.doc/vi.man/vi.1
|
||||
|
||||
CFLAGS+=-I. -I${.CURDIR}
|
||||
DPADD+= ${LIBCURSES} ${LIBTERM} ${LIBUTIL}
|
||||
LDADD+= -lcurses -ltermlib -lutil
|
||||
DPADD+= ${LIBCURSES} ${LIBTERMCAP} ${LIBUTIL}
|
||||
LDADD+= -lcurses -ltermcap -lutil
|
||||
|
||||
.PATH: ${.CURDIR}/../common ${.CURDIR}/../ex ${.CURDIR}/../sex \
|
||||
${.CURDIR}/../vi ${.CURDIR}/../svi ${.CURDIR}/../xaw
|
||||
@ -90,7 +90,7 @@ tags::
|
||||
|
||||
warn:: ${SRCS}
|
||||
-(cd ${.CURDIR} && gcc -Wall -O4 -DDEBUG \
|
||||
-Iobj -I. ${.ALLSRC} -lcurses -ltermlib 2>&1 | \
|
||||
-Iobj -I. ${.ALLSRC} -lcurses -ltermcap 2>&1 | \
|
||||
sed -e "/warning: .*sccsid.*defined but not used/d" \
|
||||
-e "/warning: suggest parentheses around/d" \
|
||||
-e "/In function /d" \
|
||||
|
Loading…
Reference in New Issue
Block a user