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
panic() cleanup.
[minix.git]
/
lib
/
libc
/
stdtime
/
Makefile.inc
blob
c994980c73bb443c3f0e9e69092a58c9f237fbe2
1
# stdtime sources
2
.PATH: ${.CURDIR}/stdtime
3
4
Z=${.CURDIR}/../../commands/zoneinfo
5
6
CPPFLAGS.asctime.c+=-I$Z
7
CPPFLAGS.localtime.c+=-I$Z
8
CPPFLAGS.strftime.c+=-I$Z
9
10
SRCS+= \
11
ftime.c \
12
asctime.c \
13
localtime.c \
14
strftime.c