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
/
tmpfs
/
Makefile
blob
de4f0171019d382a2c8ac90d4bc2df6a94329c35
1
# $NetBSD: Makefile,v 1.1 2006/11/05 22:42:14 jmmv Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
tmpfs
6
7
KMOD
=
tmpfs
8
SRCS
=
tmpfs_fifoops.c tmpfs_pool.c tmpfs_specops.c tmpfs_subr.c \
9
tmpfs_vfsops.c tmpfs_vnops.c
10
11
.
include
<
bsd.kmodule.mk
>