aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tmpfs
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-06-16 01:56:05 +0000
committerXin LI <delphij@FreeBSD.org>2007-06-16 01:56:05 +0000
commitd1fa59e9e1bd4575ddb6cfbe0e1016583fad1dad (patch)
tree6c2d241633f67fcfc925a167771603e0699018e4 /sys/modules/tmpfs
parent99b242f3543d3642417bdf7adf3f6461ac011e77 (diff)
Notes
Diffstat (limited to 'sys/modules/tmpfs')
-rw-r--r--sys/modules/tmpfs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/tmpfs/Makefile b/sys/modules/tmpfs/Makefile
new file mode 100644
index 000000000000..84feb88830f6
--- /dev/null
+++ b/sys/modules/tmpfs/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../fs/tmpfs
+
+KMOD= tmpfs
+SRCS= vnode_if.h \
+ tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c \
+ tmpfs_uma.c
+
+.include <bsd.kmod.mk>