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:
parent
88f0e1cca8
commit
f505aa71e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user