diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-09-11 21:53:28 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-09-11 21:53:28 +0000 |
commit | 83c1bfeaebd9b736f4275febd1bfda3af777646c (patch) | |
tree | f4cee079132081a2a0550f8887e3a1f63c9960dd /secure | |
parent | 8e5d951531217274819d8267203214c7f449efb3 (diff) | |
download | FreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.zip FreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.tar.gz |
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'secure')
-rw-r--r-- | secure/libexec/telnetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index e2b5f1b..0bfa3c3 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 |