boot/cdbootblock: use AFLAGS instead of CPPFLAGS
. this unbreaks building the .iso
This commit is contained in:
parent
0cb22acbda
commit
fb53eb09cf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ PROG= cdbootblock
|
|||
|
||||
SRCS= bootblock.s
|
||||
.PATH: ${.CURDIR}/../bootblock
|
||||
CPPFLAGS+= -DCDBOOT
|
||||
AFLAGS+= -DCDBOOT
|
||||
|
||||
BINDIR= /usr/mdec
|
||||
MAN=
|
||||
|
|
Loading…
Reference in a new issue