# Makefile - hhl - /src/world/util-linux # Copyright 2020 Nathan Fisher # distname = util-linux #patches += util-linux-musl.patch patches += util-linux-makefile.patch include world.mk uldocdir = $(install_prefix)/share/doc/util-linux/$(util-linux_version) export CC = $(tgt)-gcc --sysroot=$(DESTDIR) include config_opts.mk define post_install install -d ${DESTDIR}/var/lib/hwclock endef include targets.mk