Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.sbin / cron / cron / Makefile
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 $
3
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
10
11 .include <bsd.prog.mk>