mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
9 lines
132 B
Makefile
9 lines
132 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /bin
|
|
WARNS?= 6
|
|
|
|
.if defined(NO_DYNAMICROOT)
|
|
NO_SHARED?= YES
|
|
.endif
|