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 --- secure/libexec/telnetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.3