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

This commit is contained in:
Warner Losh 2018-06-14 06:14:48 +00:00
parent 282d1ef778
commit 937a79c149
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335110
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}