summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-31 13:20:44 +0000
committeryar <yar@FreeBSD.org>2006-07-31 13:20:44 +0000
commit09bab3681df99ea60451587430c27cebf93d07d3 (patch)
tree4793a2805b6602d8c94db04c45c23e4a5470a6dd /libexec/telnetd
parent43394dd10c0e5ba4a26bbfea10f99d998c683a3b (diff)
downloadFreeBSD-src-09bab3681df99ea60451587430c27cebf93d07d3.zip
FreeBSD-src-09bab3681df99ea60451587430c27cebf93d07d3.tar.gz
telnetd(8) doesn't really go to the crunched floppies,
so its Makefile needn't test for RELEASE_CRUNCH. Suggested by: ru
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 4281db8..f60bf5a 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>
OpenPOWER on IntegriCloud