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