src/world/wget/Makefile

17 lines
413 B
Makefile

# Makefile - hhl - /usr/src/world/
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = wget
distext = gz
include world.mk
export CFLAGS = --sysroot=$(DESTDIR)
config_opts += --host=$(tgt)
config_opts += --sysconfdir=/etc
config_opts += --with-ssl=openssl
config_opts += --without-libpsl
config_opts += --disable-pcre2
config_opts += --disable-iri
include targets.mk