summaryrefslogtreecommitdiff
path: root/sys/lkm/vfs/tmpfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lkm/vfs/tmpfs/Makefile')
-rw-r--r--sys/lkm/vfs/tmpfs/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/lkm/vfs/tmpfs/Makefile b/sys/lkm/vfs/tmpfs/Makefile
deleted file mode 100644
index e35b2f97d3c..00000000000
--- a/sys/lkm/vfs/tmpfs/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2006/11/05 22:42:14 jmmv Exp $
-
-.include "../Makefile.inc"
-
-.PATH: $S/fs/tmpfs ${.CURDIR}/..
-
-KMOD= tmpfs
-
-SRCS= lkminit_vfs.c
-SRCS+= tmpfs_fifoops.c tmpfs_pool.c tmpfs_specops.c tmpfs_subr.c
-SRCS+= tmpfs_vfsops.c tmpfs_vnops.c
-
-.include <bsd.kmod.mk>