mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
- Factor out common settings and put them in an upper level Makefile.inc. - Properly use PROG for real programs, not their products. - Further reduce diffs to i386 versions. Tested on: sparc64 (panther)
5 lines
72 B
Makefile
5 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR?= /boot
|
|
CFLAGS+= -ffreestanding
|
|
LDFLAGS+= -nostdlib
|