aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-24 17:19:15 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-24 17:19:15 +0000
commit482d5f1f6a9514ac70488333930d16e5a62e84f0 (patch)
tree4aede763ad1e0ecffe02367798b914ca9b6322ea /usr.bin/telnet/Makefile
parenta6ca48085c24d581629d42227c57791e6486264b (diff)
Notes
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r--usr.bin/telnet/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index cdb15a42b685..74ccd8a7b60a 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 <bsd.prog.mk>