Remove redundant defs.mk includes. They aren't needed.

This commit is contained in:
imp 2018-06-14 06:14:48 +00:00
parent 75f4cd0c54
commit 3b8c5f7e6e
2 changed files with 0 additions and 4 deletions

View File

@ -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*} != ""

View File

@ -1,7 +1,5 @@
# $FreeBSD$
.include "defs.mk"
.PATH: ${LDRSRC} ${BOOTSRC}/libsa
CFLAGS+=-I${LDRSRC}