]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - secure/libexec/Makefile
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
[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 .if ${MK_TESTS} != "no"
11 SUBDIR+=tests
12 .endif
13
14 .include <bsd.subdir.mk>