]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cron/cron/Makefile
MFV r359401: OpenBSM: import ee79d73e8df5: auditreduce: add a zone filter
[FreeBSD/FreeBSD.git] / usr.sbin / cron / cron / Makefile
1 # $FreeBSD$
2
3 CONFS=  crontab
4 PROG=   cron
5 MAN=    cron.8
6 SRCS=   cron.c database.c do_command.c job.c user.c popen.c
7
8 CFLAGS+= -DLOGIN_CAP -DPAM
9
10 LIBADD= cron pam util
11
12 WARNS?= 2
13
14 .include <bsd.prog.mk>