freebsd_amp_hwpstate/secure/Makefile.inc

9 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