src/world/libnl/Makefile

15 lines
345 B
Makefile

# Makefile - hhl - /usr/src/world/libnl
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = libnl
distext = gz
patches += libnl-install.patch
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --sysconfdir=/etc
config_opts += --disable-static
include targets.mk