freebsd-dev/secure/lib/Makefile
2000-01-20 07:27:49 +00:00

9 lines
167 B
Makefile

# $FreeBSD$
SUBDIR= libcipher libcrypto libdes librsaglue libssl
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
.include <bsd.subdir.mk>