Add missed clean-up for FreeBSD

Missed from ncroxon/gnu-efi@13c46e46a6

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-08-19 14:00:13 +01:00
parent 88f0e1cca8
commit f505aa71e6
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C

View File

@ -112,7 +112,7 @@ clean:
install:
mkdir -p $(INSTALLROOT)$(LIBDIR)
$(INSTALL) -m 644 $(TARGETS) $(INSTALLROOT)$(LIBDIR)
ifneq (,$(findstring FreeBSD,$(OS)))
ifeq ($(USING_FREEBSD),1)
ifeq ($(ARCH),x86_64)
$(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)$(LIBDIR)
else