summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
commit83c1bfeaebd9b736f4275febd1bfda3af777646c (patch)
treef4cee079132081a2a0550f8887e3a1f63c9960dd
parent8e5d951531217274819d8267203214c7f449efb3 (diff)
downloadFreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.zip
FreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
-rw-r--r--eBones/libexec/telnetd/Makefile2
-rw-r--r--lib/libedit/Makefile2
-rw-r--r--libexec/telnetd/Makefile2
-rw-r--r--secure/libexec/telnetd/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile
index e2b5f1b..0bfa3c3 100644
--- a/eBones/libexec/telnetd/Makefile
+++ b/eBones/libexec/telnetd/Makefile
@@ -7,7 +7,7 @@ CFLAGS+=-I${.CURDIR}/../../lib
#CFLAGS+=-DAUTHENTICATION -DENCRYPTION
SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
-DPADD= ${LIBUTIL} ${LIBTERM}
+DPADD= ${LIBUTIL} ${LIBTERMCAP}
LDADD= -lutil -ltermcap -ltelnet
#LDADD+= -lkrb -ldes
MAN8= telnetd.8
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 0b6557f..f9e2780 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -46,7 +46,7 @@ editline.c: ${OSRCS}
.depend: vi.h emacs.h common.h fcns.h help.h help.c
-test: test.o libedit.a ${DPADD} ${LIBTERM}
+test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap
.include <bsd.lib.mk>
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 0b6ff9d..0164c5d 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -9,7 +9,7 @@ CFLAGS+=-I${.CURDIR}/../../lib
SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
#SRCS+= authenc.c
-DPADD= ${LIBUTIL} ${LIBTERM}
+DPADD= ${LIBUTIL} ${LIBTERMCAP}
LDADD= -lutil -ltermcap -ltelnet
#LDADD+= -lkrb -ldes
MAN8= telnetd.8
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index e2b5f1b..0bfa3c3 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -7,7 +7,7 @@ CFLAGS+=-I${.CURDIR}/../../lib
#CFLAGS+=-DAUTHENTICATION -DENCRYPTION
SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
-DPADD= ${LIBUTIL} ${LIBTERM}
+DPADD= ${LIBUTIL} ${LIBTERMCAP}
LDADD= -lutil -ltermcap -ltelnet
#LDADD+= -lkrb -ldes
MAN8= telnetd.8
OpenPOWER on IntegriCloud