src/world/musl-fts/Makefile

11 lines
286 B
Makefile
Raw Permalink Normal View History

# Makefile - hhl - /src/world/musl-fts
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = musl-fts
distext = gz
include world.mk
pre_configure = cd $(srcdir) && ./bootstrap.sh
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
include targets.mk