Makefile.telnetd revision 229675
1276238Shselasky# Build telnetd
2276238Shselasky# Question - why is telnetds objects ending up in the srcdir? -adrian
3276238Shselasky
4276238Shselasky# This won't work yet - because telnetd relies on libtelnet.a which includes
5276238Shselasky# kerberos support by default; building telnetd without kerberos support
6276238Shselasky# requires the cross-build world to be built the same.
7276238Shselasky#   -adrian
8276238Shselasky
9276238Shselasky# $FreeBSD: head/tools/bsdbox/Makefile.telnetd 229675 2012-01-06 00:56:31Z adrian $
10
11CRUNCH_PROGS_libexec+=	telnetd
12CRUNCH_PROGS_usr.bin+=	telnet
13CRUNCH_LIBS+=		-lkrb5 -lhx509 -lasn1 -lcom_err -lroken -ltelnetd
14# CRUNCH_BUILDOPTS_telnetd=	WITHOUT_KERBEROS_SUPPORT=yes
15