Pre-2.0 release, MFC 63 - HAMMER I/O error handling and catastrophic
[dragonfly.git] / usr.sbin / cron / cron / Makefile
blob8eb28955b1c20ed37443af3873c41e5dadaf3b26
1 # $FreeBSD: src/usr.sbin/cron/cron/Makefile,v 1.16 2007/06/17 17:25:53 yar Exp $
2 # $DragonFly: src/usr.sbin/cron/cron/Makefile,v 1.3 2008/01/07 14:11:23 matthias Exp $
4 PROG= cron
5 SRCS= cron.c database.c do_command.c job.c user.c popen.c
6 CFLAGS+=-DLOGIN_CAP -DPAM
7 DPADD= ${LIBCRON} ${LIBPAM} ${LIBUTIL}
8 LDADD= ${LIBCRON} -lpam -lutil
9 MAN= cron.8
11 .include <bsd.prog.mk>