Index: head/sbin/savecore/Makefile =================================================================== --- head/sbin/savecore/Makefile (revision 341463) +++ head/sbin/savecore/Makefile (revision 341464) @@ -1,10 +1,12 @@ # $FreeBSD$ PACKAGE=runtime CONFS= minfree -CONFSDIR= /var/crash +VAR_CRASH= /var/crash +VAR_CRASH_MODE= 0750 +CONFSDIR= VAR_CRASH PROG= savecore LIBADD= z xo MAN= savecore.8 .include