]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/bsdbox/Makefile.telnetd
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / bsdbox / Makefile.telnetd
1 # Build telnetd
2 # Question - why is telnetds objects ending up in the srcdir? -adrian
3
4 # This won't work yet - because telnetd relies on libtelnet.a which includes
5 # kerberos support by default; building telnetd without kerberos support
6 # requires the cross-build world to be built the same.
7 #   -adrian
8
9 # $FreeBSD$
10
11 CRUNCH_PROGS_libexec+=  telnetd
12 CRUNCH_PROGS_usr.bin+=  telnet
13 CRUNCH_LIBS+=           -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -ltelnetd
14 # CRUNCH_BUILDOPTS_telnetd=     WITHOUT_KERBEROS_SUPPORT=yes