From 6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 11 Sep 1994 21:53:28 +0000 Subject: [PATCH] Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap --- eBones/libexec/telnetd/Makefile | 2 +- lib/libedit/Makefile | 2 +- libexec/telnetd/Makefile | 2 +- secure/libexec/telnetd/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile index e2b5f1b33c0c..0bfa3c3f5109 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 0b6557f7e9bc..f9e278054092 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 diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 0b6ff9dd9524..0164c5d9861f 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 e2b5f1b33c0c..0bfa3c3f5109 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