]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/lib/Makefile
This commit was generated by cvs2svn to compensate for changes in r156230,
[FreeBSD/FreeBSD.git] / secure / lib / Makefile
1 # $FreeBSD$
2
3 SUBDIR= 
4 .if !defined(NO_OPENSSL)
5 SUBDIR+=libcrypto libssl
6 .if !defined(NO_OPENSSH)
7 SUBDIR+=libssh
8 .endif
9 .endif
10
11 .include <bsd.subdir.mk>