10 lines
121 B
Makefile
10 lines
121 B
Makefile
|
# Makefile for cron.
|
||
|
|
||
|
# LSC For Now...
|
||
|
NOGCCERROR:=yes
|
||
|
PROG= cron
|
||
|
SRCS= cron.c tab.c misc.c
|
||
|
MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|