minix/minix/commands/cron/Makefile

7 lines
87 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 <bsd.prog.mk>