summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2016-01-30 01:27:29 +0000
committersmh <smh@FreeBSD.org>2016-01-30 01:27:29 +0000
commit697fd794a65000254dcbe0e42b82d4266248e966 (patch)
tree5a7e11ad09ea45dafaff3f7b05adffa5c3c500ae /sys/boot
parenta76afec92f1f4fc84f22791c4680132cc04073c7 (diff)
downloadFreeBSD-src-697fd794a65000254dcbe0e42b82d4266248e966.zip
FreeBSD-src-697fd794a65000254dcbe0e42b82d4266248e966.tar.gz
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
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile
index 9f0e83a..acf5a49 100644
--- a/sys/boot/efi/Makefile
+++ b/sys/boot/efi/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
# In-tree GCC does not support __attribute__((ms_abi)).
.if ${COMPILER_TYPE} != "gcc"
OpenPOWER on IntegriCloud