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
iso9660fs: initialize buffer cache
[minix.git]
/
commands
/
sprofdiff
/
Makefile
blob
3bd3516bcdb9267bc79124b6b8b04f829b23cc57
1
# Makefile for sprofalyze
2
3
PROG
=
sprofdiff
4
SRCS
=
sprofdiff.c tdist.c
5
LDADD
+= -
lm
6
MAN
=
7
8
.
include
<
bsd.prog.mk
>