Remove redundant defs.mk includes. They aren't needed.
This commit is contained in:
parent
282d1ef778
commit
937a79c149
@ -2,8 +2,6 @@
|
||||
|
||||
# Common flags to build FICL related files
|
||||
|
||||
.include "defs.mk"
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
|
||||
FICL_CPUARCH= i386
|
||||
.elif ${MACHINE_ARCH:Mmips64*} != ""
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "defs.mk"
|
||||
|
||||
.PATH: ${LDRSRC} ${BOOTSRC}/libsa
|
||||
|
||||
CFLAGS+=-I${LDRSRC}
|
||||
|
Loading…
Reference in New Issue
Block a user