aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
commit6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 (patch)
treef4cee079132081a2a0550f8887e3a1f63c9960dd
parent88782905c03323f239f8f5bed8af550dd8471e6f (diff)
Notes
-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 e2b5f1b33c0c3..0bfa3c3f51093 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 0b6557f7e9bc9..f9e2780540924 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 0b6ff9dd95240..0164c5d9861f5 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 e2b5f1b33c0c3..0bfa3c3f51093 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