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
/
dm
/
dm_target_mirror
/
Makefile
blob
123db067a76c70903952e38eb4210cedb51c5c93
1
#$NetBSD$
2
3
.
include
"../../Makefile.inc"
4
5
S
!=
cd
${
.CURDIR
}/
..
/
..
/
..
;
pwd
6
.PATH
: ${
S
}/
dev
/
dm
7
8
CFLAGS
+= -
DDM_TARGET_MODULE
9
KMOD
=
dm_target_mirror
10
SRCS
=
dm_target_mirror.c
11
12
.
include
<
bsd.kmodule.mk
>