xref: /minix/minix/commands/cron/Makefile (revision 433d6423)
1# Makefile for cron.
2
3# LSC For Now...
4NOGCCERROR:=yes
5PROG=	cron
6SRCS=	cron.c tab.c misc.c
7MAN=
8
9.include <bsd.prog.mk>
10