diff options
author | markm <markm@FreeBSD.org> | 2003-07-24 07:19:55 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-07-24 07:19:55 +0000 |
commit | c0c9eb00ee7501980abdedb2f8c28c7b40f49cae (patch) | |
tree | 0d99eeca94a2fa2041f9adb9ee289061634d60b5 /lib/libtelnet | |
parent | 13ec34c5854f57a8be798024b0c20ce4163d1f06 (diff) | |
download | FreeBSD-src-c0c9eb00ee7501980abdedb2f8c28c7b40f49cae.zip FreeBSD-src-c0c9eb00ee7501980abdedb2f8c28c7b40f49cae.tar.gz |
Ensure that for the cryptographic instances of *telnet*, the "crypto"
distribution is used. This only affects release-building.
Diffstat (limited to 'lib/libtelnet')
-rw-r--r-- | lib/libtelnet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 200b668..0339402 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -14,6 +14,7 @@ CFLAGS+= -I${TELNETDIR} WARNS?= 2 .if !defined(NOCRYPT) && !defined(NO_OPENSSL) +DISTRIBUTION= crypto SRCS+= encrypt.c auth.c enc_des.c sra.c pk.c CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA .if !defined(NO_KERBEROS) |