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
/
cgd
/
Makefile
blob
db780c7e76d34f3d48469056cb020949e0bb2d38
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
dev
6
7
KMOD
=
cgd
8
SRCS
=
cgd.c cgd_crypto.c
9
10
.
include
<
bsd.kmodule.mk
>