Author: imp
Date: Thu Jun 14 06:14:48 2018
New Revision: 335110
URL: https://svnweb.freebsd.org/changeset/base/335110

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

Modified:
  head/stand/ficl.mk
  head/stand/loader.mk

Modified: head/stand/ficl.mk
==============================================================================
--- head/stand/ficl.mk  Thu Jun 14 05:46:57 2018        (r335109)
+++ head/stand/ficl.mk  Thu Jun 14 06:14:48 2018        (r335110)
@@ -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*} != ""

Modified: head/stand/loader.mk
==============================================================================
--- head/stand/loader.mk        Thu Jun 14 05:46:57 2018        (r335109)
+++ head/stand/loader.mk        Thu Jun 14 06:14:48 2018        (r335110)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-.include "defs.mk"
-
 .PATH: ${LDRSRC} ${BOOTSRC}/libsa
 
 CFLAGS+=-I${LDRSRC}
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to