Makefile revision 52167
1# $FreeBSD: head/secure/usr.bin/Makefile 52167 1999-10-12 19:48:05Z markm $
2
3SUBDIR= bdes
4.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
5SUBDIR+=telnet
6.endif
7
8.include <bsd.subdir.mk>
9