diff options
| author | christos <christos@NetBSD.org> | 2012-02-04 18:35:56 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-02-04 18:35:56 +0000 |
| commit | 3690f5c66c1f88e1b53595c8a3198ff20e5416ea (patch) | |
| tree | 0f782bc6a2ebefc91954862e51c47b254525d917 /sys/modules | |
| parent | d77db0b00b97d288a3c94910368f792bdaebc7a5 (diff) | |
no -g on default install
if you want debugging, you know where to put it.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/chfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/chfs/Makefile b/sys/modules/chfs/Makefile index 84e51e222cc..5c34a6208d8 100644 --- a/sys/modules/chfs/Makefile +++ b/sys/modules/chfs/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2011/11/24 15:52:24 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/04 18:35:56 christos Exp $ .include "../Makefile.inc" .PATH: ${S}/ufs/chfs CPPFLAGS+= -DDIAGNOSTIC -DDEBUG -DLOCKDEBUG -CFLAGS+= -g KMOD= chfs SRCS= ebh.c debug.c chfs_wbuf.c chfs_vnode_cache.c chfs_ihash.c |
