1# $FreeBSD$ 2 3LIB= cron 4NOPIC= yes 5NOPROFILE= yes 6SRCS= entry.c env.c misc.c 7 8CFLAGS+= -I${.CURDIR}/../cron 9CFLAGS+= -DLOGIN_CAP 10 11install: 12 @echo -n 13 14.include <bsd.lib.mk> 15