mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
This moves SSHDIR and ssh_namespace.h handling to a common location,
and will simplify future work such as adding U2F support (D32509).
Reviewed by: kevans
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32808
(cherry picked from commit 9d63429fa1)
9 lines
168 B
Makefile
9 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
|
|
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt/obj
|
|
.else
|
|
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt
|
|
.endif
|
|
|
|
WARNS?= 0
|