src/world/bison/Makefile

10 lines
308 B
Makefile

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