diff options
| author | ttoth <ttoth@NetBSD.org> | 2012-04-12 15:31:01 +0000 |
|---|---|---|
| committer | ttoth <ttoth@NetBSD.org> | 2012-04-12 15:31:01 +0000 |
| commit | e6a23d440d3259dca6fbcfc455396ca19e673191 (patch) | |
| tree | af4096e303623f49b5514d79b8e30283742a25e1 /sys/modules | |
| parent | 4c9aa8a13b5ddbe43da1fa4ac14ae08269bb2e87 (diff) | |
using chtype on media instead of vtype
debug.c deleted
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 5c34a6208d8..1fd18041380 100644 --- a/sys/modules/chfs/Makefile +++ b/sys/modules/chfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/02/04 18:35:56 christos Exp $ +# $NetBSD: Makefile,v 1.3 2012/04/12 15:31:01 ttoth Exp $ .include "../Makefile.inc" @@ -7,7 +7,7 @@ CPPFLAGS+= -DDIAGNOSTIC -DDEBUG -DLOCKDEBUG KMOD= chfs -SRCS= ebh.c debug.c chfs_wbuf.c chfs_vnode_cache.c chfs_ihash.c +SRCS= ebh.c chfs_wbuf.c chfs_vnode_cache.c chfs_ihash.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 |
