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
/
crontab
/
Makefile
blob
b2b30b99052713925fcba2ce59a011cf240bba45
1
# Makefile for crontab.
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
crontab
6
SRCS
=
crontab.c tab.c misc.c
7
CPPFLAGS
+= -
I
${
.CURDIR
} -
I
${
NETBSDSRCDIR
}/
minix
/
commands
/
cron
8
BINMODE
=
4755
9
10
.PATH
: ${
NETBSDSRCDIR
}/
minix
/
commands
/
cron
11
12
.
include
<
bsd.prog.mk
>