mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /sbin
|
|
WARNS?= 2
|
|
|
|
.if !defined(WITH_DYNAMICROOT)
|
|
NOSHARED?= YES
|
|
.endif
|