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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
drivers
/
storage
/
vnd
/
Makefile
blob
db8e301df487aad4a18cdf519fe4e3bd34177442
1
# Makefile for the VNode Disk driver (VND)
2
PROG
=
vnd
3
SRCS
=
vnd.c
4
5
DPADD
+= ${
LIBBLOCKDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lblockdriver
-
lsys
7
8
.
include
<
minix.service.mk
>