blob: 2824eca9a9fe3b9b60c4a7153d894a5d9090f179 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD: src/secure/usr.bin/Makefile,v 1.25.8.1 2009/04/15 03:14:26 kensmith Exp $
.include <bsd.own.mk>
SUBDIR=
.if ${MK_OPENSSL} != "no"
SUBDIR+=bdes openssl
.if ${MK_OPENSSH} != "no"
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
.endif
.include <bsd.subdir.mk>
|