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