aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
committerWarner Losh <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
commit04efeffe998b4365aa6eec18b83ab3d436901fdc (patch)
tree59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /usr.bin/telnet
parent3f1afabf0948cbbc44767db711be353e523f396d (diff)
Notes
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r--usr.bin/telnet/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index d47bb91c4eb7..adee9dc134f3 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -34,7 +34,6 @@ SRCS+= genget.c getent.c misc.c
CFLAGS+= -DHAS_CGETENT
.endif
-.if !defined(RELEASE_CRUNCH)
.if ${MK_OPENSSL} != "no"
SRCS+= authenc.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC
@@ -47,6 +46,5 @@ CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write
DPADD+= ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
LDADD+= -lkrb5 -lhx509 -lasn1 -lcom_err -lroken
.endif
-.endif
.include <bsd.prog.mk>