]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/cron/lib/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.sbin / cron / lib / Makefile
1 # $FreeBSD$
2
3 LIB=    cron
4 INTERNALLIB=
5 SRCS= entry.c env.c misc.c
6
7 WARNS?= 3
8
9 CFLAGS+= -I${.CURDIR}/../cron
10 CFLAGS+= -DLOGIN_CAP -DPAM
11
12 .include <bsd.lib.mk>