From 4d2cf170d3ebed424f2885b05ec6fd9ae1af6820 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 4 Aug 2018 22:15:59 +0000 Subject: 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 --- sbin/savecore/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/savecore/Makefile') diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index f5eeb77ee5e7..d2fdd3d50979 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ PACKAGE=runtime +CONFS= minfree +CONFSDIR= /var/crash PROG= savecore LIBADD= z xo MAN= savecore.8 -- cgit v1.2.3