src/world/musl-obstack/Makefile

13 lines
331 B
Makefile

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