repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
modules
/
vnd
/
Makefile
blob
8646e5f566aa4ffdf492e67df4a34ebc02165d59
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
CPPFLAGS
+= -
D VND_COMPRESSION
6
7
.PATH
: ${
S
}/
dev
8
9
10
KMOD
=
vnd
11
SRCS
=
vnd.c
12
13
.
include
<
bsd.kmodule.mk
>