mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
BINDIR?= /bin
|
|
|
|
.if ${MK_DYNAMICROOT} == "no"
|
|
NO_SHARED?= YES
|
|
.endif
|