]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/libexec/Makefile
This commit was generated by cvs2svn to compensate for changes in r175882,
[FreeBSD/FreeBSD.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
8 .endif
9
10 .include <bsd.subdir.mk>