aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd/Makefile
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 /libexec/telnetd/Makefile
parent88782905c03323f239f8f5bed8af550dd8471e6f (diff)
downloadsrc-6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3.tar.gz
src-6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3.zip
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Notes
Notes: svn path=/head/; revision=2678
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r--libexec/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
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