]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - secure/libexec/Makefile
Merge OpenSSL 0.9.8y. This is a direct commit to stable/9 as HEAD is on a
[FreeBSD/stable/9.git] / secure / libexec / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR=
6 .if ${MK_OPENSSH} != "no"
7 SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
8 .endif
9
10 .include <bsd.subdir.mk>