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
/
accf_dataready
/
Makefile
blob
020645762d07388886fb4367ab6938c2fab9277b
1
# $NetBSD: Makefile,v 1.1 2008/11/12 12:36:28 ad Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
netinet
6
7
KMOD
=
accf_dataready
8
SRCS
=
accf_data.c
9
10
.
include
<
bsd.kmodule.mk
>