From 697fd794a65000254dcbe0e42b82d4266248e966 Mon Sep 17 00:00:00 2001 From: smh Date: Sat, 30 Jan 2016 01:27:29 +0000 Subject: [PATCH] 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 --- sys/boot/efi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile index 9f0e83abdac..acf5a49ed60 100644 --- a/sys/boot/efi/Makefile +++ b/sys/boot/efi/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + # In-tree GCC does not support __attribute__((ms_abi)). .if ${COMPILER_TYPE} != "gcc" -- 2.45.0