aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tn3270
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
commit16e99c53fbe019bdf2c49c995e077b6895c34e2d (patch)
treeb5d7a4da0b756d6e402d0c19286d792da70937c5 /usr.bin/tn3270
parent6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 (diff)
downloadsrc-16e99c53fbe019bdf2c49c995e077b6895c34e2d.tar.gz
src-16e99c53fbe019bdf2c49c995e077b6895c34e2d.zip
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Notes
Notes: svn path=/head/; revision=2679
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 b8e5eb8e999b..9f35a6c39fe7 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 <@<