freebsd-dev/sbin/savecore/Makefile
Brad Davis 4d2cf170d3 Move etc/minfree to sbin/savecore/.
This is prep for pkgbase to have config files tagged as such.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16558
2018-08-04 22:15:59 +00:00

11 lines
133 B
Makefile

# $FreeBSD$
PACKAGE=runtime
CONFS= minfree
CONFSDIR= /var/crash
PROG= savecore
LIBADD= z xo
MAN= savecore.8
.include <bsd.prog.mk>