# Makefile - hhl - /usr/src/world/gzip # Copyright 2020 Nathan Fisher # distname = gzip greps = $(bindir)/zgrep $(bindir)/zegrep $(bindir)/zfgrep include world.mk export CFLAGS = --sysroot=$(DESTDIR) config_opts += --host=$(tgt) define post_install mv $(bindir)/gzip $(DESTDIR)/bin rm -rf ${greps} endef include targets.mk