From 6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 11 Sep 1994 21:53:28 +0000 Subject: Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap --- libexec/telnetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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 -- cgit v1.3