repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Improve VM fault performance for sequential access
[dragonfly.git]
/
tools
/
regression
/
priv
/
Makefile
blob
71c7b666e4637e9468cc36c68899b6f1f483e75f
1
compile
:
test_acct
2
3
run
:
compile
4
.
/
test_acct
5
6
clean
:
7
rm
*
.o test_acct
8
9
test
.o
:
test
.c
10
${
CC
} -
c
test
.c
11
12
test_acct
:
test_acct.c
test
.o
test
.h
13
${
CC
} -
o test_acct
test
.o test_acct.c