Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2017 15:21:57 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325481 - head/sys/boot/libsa
Message-ID:  <201711061521.vA6FLvNB036360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711061521.vA6FLvNB036360>