git: a8c1c0b727ef - main - Add boot1.efi to CLEANFILES

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 12 Jun 2023 14:42:36 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a8c1c0b727ef76308ef10b492fa6c25188493f00

commit a8c1c0b727ef76308ef10b492fa6c25188493f00
Author:     VexedUXR <ahmadkhalifa570@gmail.com>
AuthorDate: 2023-06-12 14:41:19 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-12 14:41:22 +0000

    Add boot1.efi to CLEANFILES
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/775
---
 stand/efi/boot1/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile
index b4d1a1ed085e..9ae86b36989e 100644
--- a/stand/efi/boot1/Makefile
+++ b/stand/efi/boot1/Makefile
@@ -90,6 +90,8 @@ LDADD+=		${LIBEFI} ${LIBSA}
 
 DPADD+=		${LDSCRIPT}
 
+CLEANFILES+=	${BOOT1}.efi
+
 ${BOOT1}.efi: ${PROG}
 	if ${NM} ${.ALLSRC} | grep ' U '; then \
 		echo "Undefined symbols in ${.ALLSRC}"; \