mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
158 B
Makefile
11 lines
158 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
BINDIR?= /bin
|
|
WARNS?= 6
|
|
|
|
.if ${MK_DYNAMICROOT} == "no"
|
|
NO_SHARED?= YES
|
|
.endif
|