From c0c9eb00ee7501980abdedb2f8c28c7b40f49cae Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Jul 2003 07:19:55 +0000 Subject: Ensure that for the cryptographic instances of *telnet*, the "crypto" distribution is used. This only affects release-building. --- libexec/telnetd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libexec') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 47dc808..8a7e784 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -29,6 +29,7 @@ DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD= -lutil -ltermcap ${LIBTELNET} .if !defined(NOCRYPT) && !defined(NO_OPENSSL) +DISTRIBUTION= crypto SRCS+= authenc.c CFLAGS+= -DAUTHENTICATION -DENCRYPTION DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBPAM} -- cgit v1.1