]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cron/cron/Makefile
Merge sync of head
[FreeBSD/FreeBSD.git] / usr.sbin / cron / cron / Makefile
1 # $FreeBSD$
2
3 PROG=   cron
4 MAN=    cron.8
5 SRCS=   cron.c database.c do_command.c job.c user.c popen.c
6
7 CFLAGS+= -DLOGIN_CAP -DPAM
8
9 LIBADD= cron pam util
10
11 WARNS?= 2
12
13 .include <bsd.prog.mk>