From c26205b55380c77b3e0a6f931ada7b68540fa6ae Mon Sep 17 00:00:00 2001 From: markm 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. --- usr.bin/telnet/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index cdb15a4..74ccd8a 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -30,6 +30,7 @@ SRCS+= genget.c getent.c misc.c CFLAGS+= -DHAS_CGETENT .endif +.if !defined(RELEASE_CRUNCH) .if !defined(NOCRYPT) && !defined(NO_OPENSSL) DISTRIBUTION= crypto SRCS+= authenc.c @@ -42,5 +43,6 @@ DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} LDADD+= -lkrb5 -lasn1 -lcom_err -lroken .endif .endif +.endif .include -- cgit v1.1