minix3/commands/cron/Makefile

10 lines
121 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for cron.
# LSC For Now...
NOGCCERROR:=yes
PROG= cron
SRCS= cron.c tab.c misc.c
MAN=
.include <bsd.prog.mk>