]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cron/lib/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / usr.sbin / cron / lib / Makefile
1 # $FreeBSD$
2
3 LIB=    cron
4 INTERNALLIB=
5 SRCS= entry.c env.c misc.c
6
7 CFLAGS+= -I${.CURDIR}/../cron
8 CFLAGS+= -DLOGIN_CAP -DPAM
9
10 .include <bsd.lib.mk>