summaryrefslogtreecommitdiffstats
path: root/eBones
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 /eBones
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 'eBones')
-rw-r--r--eBones/libexec/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile
index e2b5f1b..0bfa3c3 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
OpenPOWER on IntegriCloud