From 67bff9b155f79cbf9dec4f4bdb5b41f0f56f3ead Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Tue, 22 Jul 2014 04:38:28 +0000 Subject: [PATCH] Remove boot1.efi during clean target. --- sys/boot/amd64/boot1.efi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/amd64/boot1.efi/Makefile b/sys/boot/amd64/boot1.efi/Makefile index 641861ed00a6..3e3bc9fcc827 100644 --- a/sys/boot/amd64/boot1.efi/Makefile +++ b/sys/boot/amd64/boot1.efi/Makefile @@ -77,7 +77,7 @@ CLEANFILES= boot1.efifat beforedepend ${OBJS}: machine x86 -CLEANFILES+= machine x86 +CLEANFILES+= machine x86 boot1.efi machine: ln -sf ${.CURDIR}/../../../amd64/include machine