remove unused code
[freebsd-src/fkvm-freebsd.git] / secure / libexec / Makefile
blob1c3ee015a5e7eaeec3a275eb065346a909597d05
1 # $FreeBSD$
3 .include <bsd.own.mk>
5 SUBDIR=
6 .if ${MK_OPENSSH} != "no"
7 SUBDIR+=sftp-server ssh-keysign
8 .endif
10 .include <bsd.subdir.mk>