diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-07-20 23:29:46 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-07-20 23:29:46 +0000 |
| commit | acce0bcdb3ef4714bbf9cd573c2e4b23836e6bff (patch) | |
| tree | 83b79f83cb17088968a0da959381c235dcd956b2 /usr.bin/telnet | |
| parent | 45bbf62fb584b30247ebba0724a159694e9a2fb0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/telnet')
| -rw-r--r-- | usr.bin/telnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 817a725cf615..f3ae3ca6b2d9 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -30,7 +30,7 @@ SRCS+= genget.c getent.c misc.c CFLAGS+= -DHAS_CGETENT .endif -.if !defined(NO_CRYPTO) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) SRCS+= authenc.c CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBIPSEC} ${LIBPAM} |
