blob: 7f554ddd45b6036e2010820917888b680881880a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD: src/secure/libexec/Makefile,v 1.16.8.1 2009/04/15 03:14:26 kensmith Exp $
.include <bsd.own.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
SUBDIR+=sftp-server ssh-keysign
.endif
.include <bsd.subdir.mk>
|