Makefile revision 204917
1# $FreeBSD: head/secure/libexec/Makefile 204917 2010-03-09 19:16:43Z des $
2
3.include <bsd.own.mk>
4
5SUBDIR=
6.if ${MK_OPENSSH} != "no"
7SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
8.endif
9
10.include <bsd.subdir.mk>
11