diff options
author | markm <markm@FreeBSD.org> | 2000-02-24 21:06:22 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-24 21:06:22 +0000 |
commit | 7926f9a427cf41d969d72340286db7efb8743a66 (patch) | |
tree | da8779c8b2f14312d092a35a76aa10da281708e3 /usr.bin/telnet | |
parent | 1bcfc94e3662a0bd029d4775d2f64c26a73020a0 (diff) | |
download | FreeBSD-src-7926f9a427cf41d969d72340286db7efb8743a66.zip FreeBSD-src-7926f9a427cf41d969d72340286db7efb8743a66.tar.gz |
Use libcrypto in place of libdes.
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r-- | usr.bin/telnet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 73bb1b0..563eb7b 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -42,12 +42,8 @@ CFLAGS+=-DSKEY CFLAGS+=-I${.CURDIR}/../../lib CFLAGS+=-DINET6 -#CFLAGS+= -DKRB4 - DPADD= ${LIBTERMCAP} ${LIBTELNET} LDADD= -ltermcap -ltelnet -#DPADD+= ${LIBKRB} ${LIBDES} -#LDADD+= -lkrb -ldes .if !defined(RELEASE_CRUNCH) CFLAGS+=-DIPSEC |