freebsd-dev/secure/libexec/Makefile
2010-03-10 02:17:57 +00:00

11 lines
135 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
SUBDIR+=sftp-server ssh-keysign
.endif
.include <bsd.subdir.mk>