Merge from vendor branch OPENSSH:
[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 # $DragonFly: src/secure/lib/Makefile,v 1.3 2003/08/05 07:45:42 asmodai Exp $
3
4 SUBDIR= libcipher
5 .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
6 SUBDIR+=libtelnet
7 .endif
8 .if !defined(NO_OPENSSL)
9 SUBDIR+=libcrypto libssl
10 .if !defined(NO_OPENSSH)
11 SUBDIR+=libssh
12 .endif
13 .endif
14
15 .include <bsd.subdir.mk>