Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / cron / cron / Makefile
1 # $FreeBSD: src/usr.sbin/cron/cron/Makefile,v 1.12.2.1 2001/04/25 12:09:23 ru Exp $
2 # $DragonFly: src/usr.sbin/cron/cron/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 PROG=   cron
5 SRCS=   cron.c database.c do_command.c job.c user.c popen.c
6 CFLAGS+=-DLOGIN_CAP
7 DPADD=  ${LIBCRON} ${LIBUTIL}
8 LDADD=  ${LIBCRON} -lutil
9 MAN=    cron.8
10
11 .include <bsd.prog.mk>