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
release.sh: restore -jJAILDIR option
[minix.git]
/
test
/
fbdtest
/
Makefile
blob
4591ff970be0ae1586e3810afd17bf340b11ff69
1
# Makefile for rwblocks
2
.
include
<
bsd.own.mk
>
3
4
PROG
=
rwblocks
5
SRCS
=
rwblocks.c
6
7
MAN
=
8
9
BINDIR?
=/
usr
/
sbin
10
11
.
include
<
bsd.prog.mk
>