mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
|
|
.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
|