1# $FreeBSD: stable/12/secure/libexec/Makefile 321912 2017-08-02 08:35:51Z ngie $ 2 3.include <src.opts.mk> 4 5SUBDIR= 6.if ${MK_OPENSSH} != "no" 7SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper 8.endif 9 10SUBDIR.${MK_TESTS}+= tests 11 12SUBDIR_PARALLEL= 13 14.include <bsd.subdir.mk> 15