# $FreeBSD: src/secure/usr.bin/Makefile,v 1.25 2006/03/17 18:54:32 ru Exp $ .include 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