Initial import from FreeBSD RELENG_4:
[dragonfly.git] / secure / lib / Makefile
1 # $FreeBSD: src/secure/lib/Makefile,v 1.19.2.5 2003/04/04 21:33:15 ru Exp $
2
3 SUBDIR= libcipher
4 .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
5 SUBDIR+=libtelnet
6 .endif
7 .if !defined(NO_OPENSSL)
8 SUBDIR+=libcrypto libssl
9 .if !defined(NO_OPENSSH)
10 SUBDIR+=libssh
11 .endif
12 .endif
13
14 .include <bsd.subdir.mk>