Deleted Added
sdiff udiff text old ( 136910 ) new ( 170890 )
full compact
1# $FreeBSD: head/usr.sbin/cron/lib/Makefile 170890 2007-06-17 17:25:53Z yar $
2
3LIB= cron
4INTERNALLIB=
5SRCS= entry.c env.c misc.c
6
7CFLAGS+= -I${.CURDIR}/../cron
8CFLAGS+= -DLOGIN_CAP -DPAM
9
10.include <bsd.lib.mk>