swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: 45a4d0ba33ee933092eb67e9a4bd7918b6787666 authored by Colin Percival on 14 February 2007, 22:30:33 UTC
Correct problems with locking, namei leakage, and symlink
Tip revision: 45a4d0b
Makefile
# $FreeBSD$

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
.endif

.include <bsd.subdir.mk>
back to top