src/world/file/Makefile

17 lines
351 B
Makefile

# Makefile - hhl - /usr/src/world/file
# Copyright 2021 Nathan Fisher <nfisher.sr@gmail.com>
#
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