diff options
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/chfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/chfs/Makefile b/sys/modules/chfs/Makefile index 1fd18041380..45de99a5dbe 100644 --- a/sys/modules/chfs/Makefile +++ b/sys/modules/chfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/04/12 15:31:01 ttoth Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/11 17:29:57 hannken Exp $ .include "../Makefile.inc" @@ -7,7 +7,7 @@ CPPFLAGS+= -DDIAGNOSTIC -DDEBUG -DLOCKDEBUG KMOD= chfs -SRCS= ebh.c chfs_wbuf.c chfs_vnode_cache.c chfs_ihash.c +SRCS= ebh.c chfs_wbuf.c chfs_vnode_cache.c SRCS+= chfs_gc.c SRCS+= chfs_vnode.c chfs_erase.c chfs_write.c chfs_readinode.c SRCS+= chfs_build.c chfs_scan.c chfs_nodeops.c chfs_malloc.c |
