summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
blob: 0180a3a72102f869d9d59130685679310a8573c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>
OpenPOWER on IntegriCloud