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, kernel, top: report memory usage of vm, kernel
[minix.git]
/
usr.sbin
/
zic
/
Makefile
blob
16b0cfde1ea43694c7aec88b5990524cb0caa9e2
1
# $NetBSD: Makefile,v 1.9 2009/04/22 15:23:10 lukem Exp $
2
3
WARNS?
=
2
# XXX -Wcast-qual in lib/libc/time
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
zic
8
SRCS
=
zic.c scheck.c ialloc.c
9
MAN
=
zic
.8
10
CPPFLAGS
+=-
Dunix
11
12
.PATH
: ${
NETBSDSRCDIR
}/
lib
/
libc
/
time
13
14
.
include
<
bsd.prog.mk
>