mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
7 lines
147 B
Makefile
7 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR?= /boot
|
|
|
|
# Options used when building standalone components
|
|
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
|
|
LDFLAGS+= -nostdlib
|