]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/cron/lib/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / cron / lib / Makefile
1 # $FreeBSD$
2
3 LIB=    cron
4 INTERNALLIB=
5 SRCS= entry.c env.c misc.c
6
7 CFLAGS+= -I${.CURDIR}/../cron
8 CFLAGS+= -DLOGIN_CAP -DPAM
9
10 .include <bsd.lib.mk>