summaryrefslogtreecommitdiffstats
path: root/sys/modules/reiserfs
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2005-05-24 12:30:13 +0000
committerdumbbell <dumbbell@FreeBSD.org>2005-05-24 12:30:13 +0000
commit9d3e5af5b719883d44c92c6088023d324f1918b4 (patch)
tree5484f748e823a58a59dfde967ba35ee214ffcc9a /sys/modules/reiserfs
parent804a10a9908e116ba50b10d61e02505e00b428dd (diff)
downloadFreeBSD-src-9d3e5af5b719883d44c92c6088023d324f1918b4.zip
FreeBSD-src-9d3e5af5b719883d44c92c6088023d324f1918b4.tar.gz
Connect the ReiserFS filesystem to the modules build (i386 only).
Approved by: mux (mentor)
Diffstat (limited to 'sys/modules/reiserfs')
-rw-r--r--sys/modules/reiserfs/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/reiserfs/Makefile b/sys/modules/reiserfs/Makefile
new file mode 100644
index 0000000..08d9124
--- /dev/null
+++ b/sys/modules/reiserfs/Makefile
@@ -0,0 +1,11 @@
+# $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>
OpenPOWER on IntegriCloud