# $FreeBSD: head/secure/usr.bin/Makefile 116015 2003-06-08 08:24:07Z markm $ SUBDIR= .if !defined(NO_OPENSSL) SUBDIR+=bdes openssl .if !defined(NO_OPENSSH) SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan .endif .if defined(NO_KERBEROS) SUBDIR+=telnet .endif .endif .include