mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
289 B
Makefile
14 lines
289 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
|
|
BINDIR?= /sbin
|
|
NOSHARED?= YES
|
|
|
|
.if exists (${.CURDIR}/../../secure)
|
|
|
|
.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
|
|
CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt/obj
|
|
.else
|
|
CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
|
|
.endif
|
|
|
|
.endif
|