# Makefile - hhl - /usr/src/world/groff # Copyright 2020 Nathan Fisher # distname = groff distext = gz #patches += groff-musl-signbit.patch makeflags = -j1 groff = groff groff_path = $(shell dirname $$(which groff)) export PAGE = letter include world.mk export CFLAGS = --sysroot=$(DESTDIR) makeflags += GROFFBIN=$(groff) makeflags += GROFF_BIN_PATH=$(groff_path) config_opts += --host=$(tgt) config_opts += --without-uchardet include targets.mk