From 482d5f1f6a9514ac70488333930d16e5a62e84f0 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 24 Jul 2003 17:19:15 +0000 Subject: Make sure that a "make release" (more accurately the bit that makes the crunched binary) get a non-cryptographic telnet. This is overkill in that it covers stuff that is not normally used in a crunched binary. --- libexec/telnetd/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 8a7e7844def7..33900936427f 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -28,6 +28,7 @@ LIBTELNET= ${.CURDIR}/../../lib/libtelnet/libtelnet.a DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD= -lutil -ltermcap ${LIBTELNET} +.if !defined(RELEASE_CRUNCH) .if !defined(NOCRYPT) && !defined(NO_OPENSSL) DISTRIBUTION= crypto SRCS+= authenc.c @@ -40,5 +41,6 @@ DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} LDADD+= -lkrb5 -lasn1 -lroken -lcom_err .endif .endif +.endif .include -- cgit v1.3