Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 01:27:29 +0000 (UTC)
From:      Steven Hartland <smh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r295057 - stable/10/sys/boot/efi
Message-ID:  <201601300127.u0U1RTV0019944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: smh
Date: Sat Jan 30 01:27:29 2016
New Revision: 295057
URL: https://svnweb.freebsd.org/changeset/base/295057

Log:
  Fix clean target for sys/boot/efi
  
  Fix clean target breakage of sys/boot/efi introduced by r294981
  specifically the MFC of r294029 without the related change introduced by
  r281114.
  
  This is direct commit to stable/10 as head uses src.opts.mk.
  
  Approved by:	re (glebius)
  Sponsored by:	Multiplay

Modified:
  stable/10/sys/boot/efi/Makefile

Modified: stable/10/sys/boot/efi/Makefile
==============================================================================
--- stable/10/sys/boot/efi/Makefile	Sat Jan 30 01:00:54 2016	(r295056)
+++ stable/10/sys/boot/efi/Makefile	Sat Jan 30 01:27:29 2016	(r295057)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+.include <bsd.own.mk>
+
 # In-tree GCC does not support __attribute__((ms_abi)).
 .if ${COMPILER_TYPE} != "gcc"
 



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