summaryrefslogtreecommitdiffstats
path: root/libexec
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 /libexec
parent8e5d951531217274819d8267203214c7f449efb3 (diff)
downloadFreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.zip
FreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud