svn commit: r295057 - stable/10/sys/boot/efi
Steven Hartland
smh at FreeBSD.org
Sat Jan 30 01:27:30 UTC 2016
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"
More information about the svn-src-stable
mailing list