]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/lib/Makefile
This commit was generated by cvs2svn to compensate for changes in r98841,
[FreeBSD/FreeBSD.git] / secure / lib / Makefile
1 # $FreeBSD$
2
3 SUBDIR= libcipher
4 .if !defined(NOCRYPT) && !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>