diff options
author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 18:59:34 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 18:59:34 +0000 |
commit | c9f2d5f4831961e16b54b2893d6ef13b760eceaf (patch) | |
tree | 0df8dd5fd1a48841958caf7ccede682338a1fb4e /secure/libexec | |
parent | 93f80500f6b990e7fc32c30fddd2deb57265c3be (diff) | |
download | src-c9f2d5f4831961e16b54b2893d6ef13b760eceaf.tar.gz src-c9f2d5f4831961e16b54b2893d6ef13b760eceaf.zip |
Notes
Diffstat (limited to 'secure/libexec')
-rw-r--r-- | secure/libexec/telnetd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index e13f48dcad78..53de979f88d2 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD$ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. @@ -13,9 +13,9 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ SRCS= global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c authenc.c -DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBMP} \ +DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBMP} \ ${LIBCRYPT} -LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp +LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -lcrypto -lcrypt -lmp .include <bsd.prog.mk> |