summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-05 18:57:58 +0000
committerandrew <andrew@FreeBSD.org>2015-04-05 18:57:58 +0000
commited54a77a55fed97cc5e8ddebceed353d46f52a7a (patch)
tree7891f5c00661df875624276ba5b99e382f0aa60c
parenta87f17c507e530e0af601f86f04fe11e81acdc23 (diff)
downloadFreeBSD-src-ed54a77a55fed97cc5e8ddebceed353d46f52a7a.zip
FreeBSD-src-ed54a77a55fed97cc5e8ddebceed353d46f52a7a.tar.gz
Move boot1.efi to the global CLEANFILES list, it's not x86 specific.
-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 2bcdc31..4be85f4 100644
--- a/sys/boot/efi/boot1/Makefile
+++ b/sys/boot/efi/boot1/Makefile
@@ -71,7 +71,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"
@@ -80,7 +80,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