1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR= 6.if ${MK_OPENSSH} != "no" 7SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper ssh-sk-helper 8.endif 9 10SUBDIR.${MK_TESTS}+= tests 11 12SUBDIR_PARALLEL= 13 14.include <bsd.subdir.mk> 15