telnetd(8) doesn't really go to the crunched floppies,

so its Makefile needn't test for RELEASE_CRUNCH.

Suggested by:	ru
This commit is contained in:
Yaroslav Tykhiy 2006-07-31 13:20:44 +00:00
parent 16f2e711b8
commit 33f0bffeb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160853

View File

@ -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 <bsd.prog.mk>