freebsd-dev/secure/lib/Makefile
2000-01-30 04:11:37 +00:00

12 lines
207 B
Makefile

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