repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
commands
/
cron
/
Makefile
blob
22d1196d2a56563e3ae12fb2372d0f4c183c40ab
1
# Makefile for cron.
2
PROG
=
cron
3
SRCS
=
cron.c tab.c misc.c
4
MAN
=
cron
.8
5
6
.
include
<
bsd.prog.mk
>