# Makefile - hhl - /usr/src/world/file # Copyright 2021 Nathan Fisher # distname = file distext = gz ifeq ($(arch), armv7l) ifeq ($(shell uname -m), armv7l) patches += file-compile_magic.patch endif endif include world.mk config_opts += --host=$(tgt) config_opts += --with-sysroot=$(DESTDIR) include targets.mk