aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-31 13:20:44 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-31 13:20:44 +0000
commit33f0bffeb794a4a9803fe5d8626e6c1a1cd18637 (patch)
tree4793a2805b6602d8c94db04c45c23e4a5470a6dd /libexec
parent16f2e711b8c4c8c058ddac09d763e5b75895e16a (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 4281db8cb9c36..f60bf5a1aab0b 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 <bsd.prog.mk>