diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-06-29 05:23:15 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-06-29 05:23:15 +0000 |
| commit | 9b258fca273b5551a3b619dbde390ec46c0b3b47 (patch) | |
| tree | 9a995329467ed0aa6c8c5a4ae50ea68413fc2cf5 /sys/modules/tmpfs | |
| parent | 56083486d5e776c7cf73b53d3d1c397db85e794e (diff) | |
Notes
Diffstat (limited to 'sys/modules/tmpfs')
| -rw-r--r-- | sys/modules/tmpfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/tmpfs/Makefile b/sys/modules/tmpfs/Makefile index 84feb88830f6..85aaaca856a0 100644 --- a/sys/modules/tmpfs/Makefile +++ b/sys/modules/tmpfs/Makefile @@ -4,7 +4,6 @@ KMOD= tmpfs SRCS= vnode_if.h \ - tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c \ - tmpfs_uma.c + tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c .include <bsd.kmod.mk> |
