freebsd-skq/secure/usr.bin/Makefile
2000-01-16 05:25:26 +00:00

9 lines
132 B
Makefile

# $FreeBSD$
SUBDIR= bdes openssl
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif
.include <bsd.subdir.mk>