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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
modules
/
fdesc
/
Makefile
blob
7bc95786fec29d7bfe71933f860d4fecac4864d8
1
# $NetBSD: Makefile,v 1.7 2001/12/12 12:06:48 lukem Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
miscfs
/
fdesc
6
7
KMOD
=
fdesc
8
SRCS
=
fdesc_vfsops.c fdesc_vnops.c
9
10
.
include
<
bsd.kmodule.mk
>