LIB=	cron

SRCS=	entry.c env.c misc.c
CFLAGS+= -I${.CURDIR}/../cron
NOSHARED=	yes
NOPROFILE=	yes

install:
	@echo -n

.include <bsd.lib.mk>
