]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - secure/lib/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / secure / lib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= 
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=libcrypto libssl
8 .if ${MK_OPENSSH} != "no"
9 SUBDIR+=libssh
10 .endif
11 .endif
12
13 .include <bsd.subdir.mk>