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
/
null
/
Makefile
blob
9e6867e2ce94bb79420ed510dbadbe2ede29a875
1
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
miscfs
/
nullfs
${
S
}/
miscfs
/
genfs
6
7
KMOD
=
null
8
SRCS
=
null_vfsops.c null_vnops.c
9
10
.
include
<
bsd.kmodule.mk
>