swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: e95139816c4e7970e971fd6bfa7d6cead9355e87 authored by Xin Li on 22 December 2016, 16:19:05 UTC
Fix multiple vulnerabilities of ntp.
Tip revision: e951398
Makefile
# $FreeBSD$

.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

.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif

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