src/world/acl/Makefile

15 lines
365 B
Makefile

# Makefile - hhl - /usr/src/world/acl
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = acl
distext = gz
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --disable-static
config_opts += --libexecdir=/usr/lib
config_opts += --docdir=$(docdir)/acl/$(acl_version)
include targets.mk