# Makefile - hhl - /usr/src/world/flex # Copyright 2020 Nathan Fisher # distname = flex distext = gz patches = flexdef-malloc.patch include world.mk config_opts += --host=$(tgt) config_opts += --with-sysroot=$(DESTDIR) config_opts += --docdir=$(install_prefix)/share/doc/flex/$(flex_version) post_install = ln -s flex $(bindir)/lex include targets.mk