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
t40c term[] count fix
[minix.git]
/
usr.bin
/
nbperf
/
Makefile
blob
e777472a3bce0cf76c0eb0fe81f113126eb7c651
1
# $NetBSD: Makefile,v 1.1 2009/08/15 16:21:04 joerg Exp $
2
3
PROG
=
nbperf
4
SRCS
=
nbperf.c
5
SRCS
+=
nbperf-bdz.c nbperf-chm.c nbperf-chm3.c
6
SRCS
+=
graph2.c graph3.c
7
8
.
include
<
bsd.prog.mk
>