src/world/psmisc/Makefile

12 lines
324 B
Makefile

# Makefile - hhl - /usr/src/world/psmisc
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = psmisc
include world.mk
config_opts += --host=$(tgt)
export CFLAGS = --sysroot=$(DESTDIR)
binprogs = $(bindir)/fuser $(bindir)/killall
post_install = mv ${binprogs} $(DESTDIR)/bin
include targets.mk