Makefile revision 55956
1# $FreeBSD: head/secure/usr.bin/Makefile 55956 2000-01-14 08:01:51Z kris $
2
3SUBDIR= bdes openssl
4.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
5SUBDIR+=telnet
6.endif
7
8.include <bsd.subdir.mk>
9