]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.bin/Makefile
Dont build telenet if we are going for kerberised telnet; this just
[FreeBSD/FreeBSD.git] / secure / usr.bin / Makefile
1 # $FreeBSD$
2
3 SUBDIR= bdes
4 .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
5 SUBDIR+=telnet
6 .endif
7
8 .include <bsd.subdir.mk>