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
/
cd9660
/
Makefile
blob
83d7a8957d6f5cb6eb821fd3a2128f29dbd1c0b3
1
# $NetBSD: Makefile,v 1.1 2008/05/03 15:58:47 ad Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
cd9660
6
7
KMOD
=
cd9660
8
SRCS
=
cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
9
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
10
11
.
include
<
bsd.kmodule.mk
>