mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /bin
|
|
CFLAGS+= -Wall -Wformat
|
|
NOSHARED?= YES
|
|
WARNS?= 2
|