xref: /freebsd-11-stable/secure/libexec/Makefile (revision b626f5a73a48f44a31a200291b141e1da408a2ff)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5SUBDIR=
6.if ${MK_OPENSSH} != "no"
7SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
8.endif
9
10.if ${MK_TESTS} != "no"
11SUBDIR+=tests
12.endif
13
14SUBDIR_PARALLEL=
15
16.include <bsd.subdir.mk>
17