Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / cron / lib / Makefile
1 # $FreeBSD: src/usr.sbin/cron/lib/Makefile,v 1.4.6.1 2002/07/19 18:46:29 ru Exp $
2 # $DragonFly: src/usr.sbin/cron/lib/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 LIB=    cron
5 INTERNALLIB= YES
6 SRCS=   entry.c env.c misc.c
7 CFLAGS+=-I${.CURDIR}/../cron
8 CFLAGS+=-DLOGIN_CAP
9
10 .include <bsd.lib.mk>