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