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
/
union
/
Makefile
blob
2f163d747d0a9328a2ca5b6825f402dc3ff2c38b
1
# $NetBSD: Makefile,v 1.11 2003/03/16 08:26:49 jdolecek Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
union
6
7
KMOD
=
union
8
SRCS
=
union_vfsops.c union_vnops.c union_subr.c
9
10
.
include
<
bsd.kmodule.mk
>