]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/cron/cron/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 DPADD=  ${LIBCRON} ${LIBPAM} ${LIBUTIL}
10 LDADD=  ${LIBCRON} ${MINUSLPAM} -lutil
11
12 WARNS?= 2
13
14 .include <bsd.prog.mk>