src/world/make/Makefile

12 lines
315 B
Makefile

# Makefile - hhl - /usr/src/world/make
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = make
distext = gz
patches = make-include-paths.patch
include world.mk
export CFLAGS = --sysroot=$(DESTDIR)
config_opts += --host=$(tgt)
config_opts += --without-guile
include targets.mk