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
vm: restore stacktrace on SIGSEGV
[minix.git]
/
commands
/
crontab
/
Makefile
blob
59092ba18bda371d33ab4fecb8de9d88bd88bf2a
1
# Makefile for crontab.
2
3
.
include
<
bsd.own.mk
>
4
5
# LSC For now...
6
NOGCCERROR
:=
yes
7
8
PROG
=
crontab
9
SRCS
=
crontab.c tab.c misc.c
10
CPPFLAGS
+= -
I
${
.CURDIR
} -
I
${
NETBSDSRCDIR
}/
commands
/
cron
11
BINMODE
=
4755
12
MAN
=
13
14
.PATH
: ${
NETBSDSRCDIR
}/
commands
/
cron
15
16
.
include
<
bsd.prog.mk
>