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
coverity appeasement - redundant check
[minix.git]
/
commands
/
crontab
/
Makefile
blob
5e5dcf0fc31c18e379fea77c6537127560764a75
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
}/
commands
/
cron
8
BINMODE
=
4755
9
MAN
=
10
11
.PATH
: ${
NETBSDSRCDIR
}/
commands
/
cron
12
13
.
include
<
bsd.prog.mk
>