mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
c6063d0da8
from the latter.
16 lines
276 B
Makefile
16 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
|
|
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
|
|
.else
|
|
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
|
|
.endif
|
|
|
|
.if ${MK_OPENSSH} != "no"
|
|
SSHDIR= ${.CURDIR}/../../../crypto/openssh
|
|
.endif
|
|
|
|
WARNS?= 0
|