]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - secure/libexec/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>