]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/savecore/Makefile
Followup to r347996
[FreeBSD/FreeBSD.git] / sbin / savecore / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 CONFS=  minfree
5 VAR_CRASH=      /var/crash
6 VAR_CRASH_MODE= 0750
7 CONFSDIR=       VAR_CRASH
8 PROG=   savecore
9 LIBADD= xo z
10 MAN=    savecore.8
11
12 .include <src.opts.mk>
13
14 .if ${MK_DYNAMICROOT} == "no"
15 .warning ${PROG} built without libcasper support
16 .elif ${MK_CASPER} != "no" && !defined(RESCUE)
17 CFLAGS+=        -DWITH_CASPER
18 LIBADD+=        casper cap_fileargs cap_syslog
19 .endif
20
21 .include <bsd.prog.mk>