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
/
fss
/
Makefile
blob
9597d66f5adb87830da14f63bb49dc5b4be44787
1
# $NetBSD: $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
dev
6
7
KMOD
=
fss
8
SRCS
=
fss.c
9
10
.
include
<
bsd.kmodule.mk
>