mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
15 lines
260 B
Makefile
15 lines
260 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
|
|
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt/obj
|
|
.else
|
|
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt
|
|
.endif
|
|
|
|
.if ${MK_OPENSSH} != "no"
|
|
SSHDIR= ${SRCTOP}/crypto/openssh
|
|
.endif
|
|
|
|
WARNS?= 0
|