aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorVexedUXR <ahmadkhalifa570@gmail.com>2023-06-12 14:41:19 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-12 14:41:22 +0000
commita8c1c0b727ef76308ef10b492fa6c25188493f00 (patch)
tree878f5ff8c5467287a602e194fe59f5bd0b34465a /stand
parentc9a1abe79b826c28c52e42f3f3604d2e4fb96b1a (diff)
downloadsrc-a8c1c0b727ef76308ef10b492fa6c25188493f00.tar.gz
src-a8c1c0b727ef76308ef10b492fa6c25188493f00.zip
Add boot1.efi to CLEANFILES
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/775
Diffstat (limited to 'stand')
-rw-r--r--stand/efi/boot1/Makefile2
1 files changed, 2 insertions, 0 deletions
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}"; \