]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - secure/libexec/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>