summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
commit95020286b602a7b5fd8b28d6619241c13b032b6c (patch)
treeb5d7a4da0b756d6e402d0c19286d792da70937c5 /usr.bin/tn3270
parent83c1bfeaebd9b736f4275febd1bfda3af777646c (diff)
downloadFreeBSD-src-95020286b602a7b5fd8b28d6619241c13b032b6c.zip
FreeBSD-src-95020286b602a7b5fd8b28d6619241c13b032b6c.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r--usr.bin/tn3270/distribution/makefile_4.24
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/distribution/makefile_4.2 b/usr.bin/tn3270/distribution/makefile_4.2
index b8e5eb8e..9f35a6c 100644
--- a/usr.bin/tn3270/distribution/makefile_4.2
+++ b/usr.bin/tn3270/distribution/makefile_4.2
@@ -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 <@<
OpenPOWER on IntegriCloud