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