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
/
adosfs
/
Makefile
blob
aa6cb2ab9b2563b3a89e976e8dbf87646263940d
1
# $NetBSD: Makefile,v 1.6 2002/12/23 17:23:13 jdolecek Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
adosfs
6
7
KMOD
=
adosfs
8
SRCS
=
adlookup.c adutil.c advfsops.c advnops.c
9
10
.
include
<
bsd.kmodule.mk
>