mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /bin
|
|
WARNS?= 6
|
|
|
|
.if !defined(WITH_DYNAMICROOT)
|
|
NOSHARED?= YES
|
|
.endif
|