Add boot1.efi to CLEANFILES

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/775
This commit is contained in:
VexedUXR 2023-06-12 08:41:19 -06:00 committed by Warner Losh
parent c9a1abe79b
commit a8c1c0b727

View file

@ -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}"; \