src/world/shadow/Makefile

18 lines
447 B
Makefile

# Makefile - hhl - /usr/src/world/shadow
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = shadow
patches += shadow-fixes-consolidated.patch
post_install = rm -rf $(DESTDIR)/sbin/nologin $(DESTDIR)/usr/share/man/man8/nologin.8
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --sysconfdir=/etc
config_opts += --with-group-name-max-length=32
include targets.mk