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.bin
/
tic
/
Makefile
blob
4bb2b86abc2933a0d7ef7be0529c5838509cce52
1
# $NetBSD: Makefile,v 1.1 2010/02/03 15:16:32 roy Exp $
2
3
PROG
=
tic
4
WARNS
=
4
5
6
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
lib
/
libterminfo
7
8
.
ifndef
HOSTPROG
9
LDADD
+= -
lterminfo
-
lutil
10
DPADD
+= ${
LIBTERMINFO
}
11
.
endif
12
13
.
include
<
bsd.prog.mk
>