Honor CFLAGS modifications in Makefile.inc by using += here. There's

no hyper-small space constraints, so there's no reason to tightly
control it.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-12 14:57:00 +00:00
parent 6f0970a4c6
commit cd955ec800

View File

@ -18,7 +18,7 @@ REL1= 0x700
ORG1= 0x7c00
ORG2= 0x2000
CFLAGS= -DBOOTPROG=\"zfsboot\" \
CFLAGS+=-DBOOTPROG=\"zfsboot\" \
-O1 \
-DZFS -DBOOT2 \
-DSIOPRT=${BOOT_COMCONSOLE_PORT} \