summaryrefslogtreecommitdiffstats
path: root/tools/bsdbox/Makefile.telnetd
blob: c0d6c4b0511759ab0469b80061758a6234b4f78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Build telnetd
# Question - why is telnetds objects ending up in the srcdir? -adrian

# This won't work yet - because telnetd relies on libtelnet.a which includes
# kerberos support by default; building telnetd without kerberos support
# requires the cross-build world to be built the same.
#   -adrian

# $FreeBSD$

CRUNCH_PROGS_libexec+=	telnetd
CRUNCH_PROGS_usr.bin+=	telnet
CRUNCH_LIBS+=		-lkrb5 -lhx509 -lasn1 -lcom_err -lroken -ltelnetd
# CRUNCH_BUILDOPTS_telnetd=	WITHOUT_KERBEROS_SUPPORT=yes
OpenPOWER on IntegriCloud