diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-01-21 00:25:47 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-01-21 00:25:47 +0000 |
| commit | 447a8172e940bf0fb01f7b0a4c6ba35b3fe00791 (patch) | |
| tree | a22fafae169953a53e5fa0b47509d079d11c1ea0 /sys/modules | |
| parent | 70af253a69e2ba367c3b52db36903654bdff0c26 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/vinum/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile index 838f5fac14cb..0a89def26a8e 100644 --- a/sys/modules/vinum/Makefile +++ b/sys/modules/vinum/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/12/28 05:27:24 peter Exp $ +# $Id: Makefile.Vinum,v 1.1 1999/01/18 04:49:18 grog Exp grog $ SOURCE= ${.CURDIR}/../../dev/vinum @@ -8,15 +8,14 @@ SRCS= vnode_if.h opt_vinum.h vinumstate.h vinumvar.h \ vinumhdr.h request.h vinumext.h vinumio.h vinumkw.h \ vinum.c vinumparser.c vinumconfig.c vinumio.c vinumutil.c \ vinumstate.c vinummemory.c vinumrequest.c vinumlock.c \ - vinumrevive.c vinumioctl.c vinuminterrupt.c + vinumrevive.c vinumioctl.c vinuminterrupt.c vinumdaemon.c + NOMAN= -CFLAGS = -I${SOURCE} -O -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses CLEANFILES+= vnode_if.h vnode_if.c opt_vinum.h all: -# VINUMDEBUG in CFLAGS instead.. opt_vinum.h: @touch opt_vinum.h @@ -27,3 +26,5 @@ maketabs: maketabs.c ${CC} -g -o maketabs maketabs.c .include <bsd.kmod.mk> + +CFLAGS += -I${SOURCE} -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses |
