]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - secure/Makefile.inc
Fix multiple vulnerabilities of ntp.
[FreeBSD/releng/10.2.git] / secure / Makefile.inc
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .if exists(${.CURDIR}/../../lib/libcrypt/obj)
6 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt/obj
7 .else
8 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt
9 .endif
10
11 .if ${MK_OPENSSH} != "no"
12 SSHDIR=         ${.CURDIR}/../../../crypto/openssh
13 .endif
14
15 WARNS?=         0