Makefile revision 56899
1# $FreeBSD: head/secure/usr.bin/Makefile 56899 2000-01-30 04:12:49Z kris $
2
3SUBDIR= bdes
4.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
5SUBDIR+=telnet
6.endif
7.if !defined(NO_OPENSSL)
8SUBDIR+=openssl
9.endif
10
11.include <bsd.subdir.mk>
12