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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
modules
/
hfs
/
Makefile
blob
8eb01e34bfabd8226f6e60043a9cf1ad08b0343e
1
# $NetBSD: Makefile,v 1.3 2008/05/02 14:20:50 ad Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
hfs
6
7
KMOD
=
hfs
8
SRCS
=
hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c \
9
unicode.c
10
11
.
include
<
bsd.kmodule.mk
>