svn commit: r325481 - head/sys/boot/libsa

Warner Losh imp at FreeBSD.org
Mon Nov 6 15:21:58 UTC 2017


Author: imp
Date: Mon Nov  6 15:21:56 2017
New Revision: 325481
URL: https://svnweb.freebsd.org/changeset/base/325481

Log:
  Prefer bsd.init.mk to other constructs.
  
  Sponsored by: Netflix

Modified:
  head/sys/boot/libsa/Makefile

Modified: head/sys/boot/libsa/Makefile
==============================================================================
--- head/sys/boot/libsa/Makefile	Mon Nov  6 15:21:51 2017	(r325480)
+++ head/sys/boot/libsa/Makefile	Mon Nov  6 15:21:56 2017	(r325481)
@@ -9,9 +9,7 @@
 MK_PROFILE=	no
 MK_SSP=		no
 
-.include <src.opts.mk>
-
-.include "../Makefile.inc"
+.include <bsd.init.mk>
 
 INTERNALLIB=
 LIBSA_CPUARCH?=${MACHINE_CPUARCH}


More information about the svn-src-all mailing list