summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-18 15:34:10 +0000
committeremaste <emaste@FreeBSD.org>2016-01-18 15:34:10 +0000
commit4c01df89424f24e1d81b9dc7f6b0b2787ab230b2 (patch)
tree2882cbe9026a1b61c8ef99844b0c17b1f558b46d /sys/boot
parent1be9b7c51aea8fe1c66a7c79feafe4be9416378d (diff)
downloadFreeBSD-src-4c01df89424f24e1d81b9dc7f6b0b2787ab230b2.zip
FreeBSD-src-4c01df89424f24e1d81b9dc7f6b0b2787ab230b2.tar.gz
MFC r281117: Move boot1.efi to the global CLEANFILES list
It's not x86 specific.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/boot1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/boot1/Makefile b/sys/boot/efi/boot1/Makefile
index 2c5f375..8cb6c62 100644
--- a/sys/boot/efi/boot1/Makefile
+++ b/sys/boot/efi/boot1/Makefile
@@ -73,7 +73,7 @@ boot1.efifat: boot1.efi
bzip2 -f -d ${.TARGET}.bz2
dd if=boot1.efi of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
-CLEANFILES= boot1.efifat
+CLEANFILES= boot1.efi boot1.efifat
.endif # ${COMPILER_TYPE} != "gcc"
@@ -82,7 +82,7 @@ CLEANFILES= boot1.efifat
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
beforedepend ${OBJS}: machine x86
-CLEANFILES+= machine x86 boot1.efi
+CLEANFILES+= machine x86
machine:
ln -sf ${.CURDIR}/../../../amd64/include machine
OpenPOWER on IntegriCloud