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
unstack, sort: cleanup and improvement
[minix.git]
/
commands
/
zdump
/
Makefile
blob
2cd30343e542d3011325221a5744c581b5635dbc
1
.
include
<
bsd.own.mk
>
2
3
PROG
=
zdump
4
SRCS
=
zdump.c ialloc.c
5
TZDIR
= /
usr
/
share
/
zoneinfo
6
CPPFLAGS
+= -
DHAVE_ADJTIME
=
0
-
DTZDIR
=
\"
$(
TZDIR
)
\"
7
MAN
=
zdump
.8
8
9
.PATH
: ${
NETBSDSRCDIR
}/
lib
/
libc
/
time
10
11
.
include
<
bsd.prog.mk
>