world: Attempt to fix NOSHARED MINUSLPAM handling.
[dragonfly.git] / usr.sbin / cron / cron / Makefile
blob9db9cdbba760cc89ba1cd21e254756d2ab460daf
1 # $FreeBSD: src/usr.sbin/cron/cron/Makefile,v 1.16 2007/06/17 17:25:53 yar Exp $
3 PROG= cron
4 SRCS= cron.c database.c do_command.c job.c user.c popen.c
5 CFLAGS+=-DLOGIN_CAP -DPAM
6 DPADD= ${LIBCRON} ${LIBPAM} ${LIBUTIL}
7 LDADD= ${LIBCRON} ${MINUSLPAM} -lutil
8 LDFLAGS+= ${LDFLAGSPAM}
9 MAN= cron.8
11 .include <bsd.prog.mk>