9d3e5af5b7
Approved by: mux (mentor)
12 lines
324 B
Makefile
12 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../gnu/reiserfs
|
|
KMOD= reiserfs
|
|
SRCS= vnode_if.h \
|
|
reiserfs_fs.h reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c \
|
|
reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h \
|
|
reiserfs_namei.c reiserfs_prints.c reiserfs_stree.c \
|
|
reiserfs_vfsops.c reiserfs_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|