From 33f0bffeb794a4a9803fe5d8626e6c1a1cd18637 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Mon, 31 Jul 2006 13:20:44 +0000 Subject: [PATCH] telnetd(8) doesn't really go to the crunched floppies, so its Makefile needn't test for RELEASE_CRUNCH. Suggested by: ru --- libexec/telnetd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 4281db8cb9c3..f60bf5a1aab0 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -30,7 +30,6 @@ LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD= -lutil -ltermcap ${LIBTELNET} -.if !defined(RELEASE_CRUNCH) .if ${MK_OPENSSL} != "no" SRCS+= authenc.c CFLAGS+= -DAUTHENTICATION -DENCRYPTION @@ -42,6 +41,5 @@ DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} LDADD+= -lkrb5 -lasn1 -lroken -lcom_err .endif .endif -.endif .include