src/world/autoconf/Makefile

9 lines
231 B
Makefile

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