repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
custom message type for SEMOP
[minix3.git]
/
commands
/
cron
/
Makefile
blob
7348b181075b4e9a9798b2ad935df207976c5f56
1
# Makefile for cron.
2
3
# LSC For Now...
4
NOGCCERROR
:=
yes
5
PROG
=
cron
6
SRCS
=
cron.c tab.c misc.c
7
MAN
=
8
9
.
include
<
bsd.prog.mk
>