From a8c1c0b727ef76308ef10b492fa6c25188493f00 Mon Sep 17 00:00:00 2001 From: VexedUXR Date: Mon, 12 Jun 2023 08:41:19 -0600 Subject: [PATCH] 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}"; \