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: simplify slab allocator
[minix.git]
/
test
/
blocktest
/
Makefile
blob
fdd4d78112f02f8bce658afb5bfa5689144948c9
1
# Makefile for the Block Device Driver Test driver (blocktest)
2
PROG
=
blocktest
3
SRCS
=
blocktest.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
"Makefile.inc"
13
.
include
<
minix.service.mk
>