summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
committerimp <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
commit0ed032933fe4bf3f047df5412d8df4df9da9c4d3 (patch)
tree59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /usr.bin/telnet/Makefile
parent76945251893ff381099d670ad70698e1b0d67285 (diff)
downloadFreeBSD-src-0ed032933fe4bf3f047df5412d8df4df9da9c4d3.zip
FreeBSD-src-0ed032933fe4bf3f047df5412d8df4df9da9c4d3.tar.gz
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
remove the now-redundant checks for RELEASE_CRUNCH. This originally was defined for building smaller sysinstall images, but was later also used by picobsd builds for a similar purpose. Now that we've moved away from sysinstall, picobsd is the only remaining consumer of this interface. Adding these two options reduces the RELEASE_CRUNCH special cases in the tree by half.
Diffstat (limited to 'usr.bin/telnet/Makefile')
-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 d47bb91..adee9dc 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>
OpenPOWER on IntegriCloud