minix/commands/cron/Makefile

8 lines
90 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for cron.
PROG= cron
SRCS= cron.c tab.c misc.c
MAN=
2005-04-21 16:53:53 +02:00
.include <minix.prog.mk>