aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-02-01 00:52:51 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-02-01 00:52:51 +0000
commit5b3c6cedf52c624b606f776cb8eba6f9a3f1b2be (patch)
tree8411aa73c440b4c4c42f175f971e6bd745d34d89 /sys
parentebf16949900d116548c3f96239bb839942e99569 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/vinum/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile
index 66a4db48c82e..b5ae146994cc 100644
--- a/sys/modules/vinum/Makefile
+++ b/sys/modules/vinum/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1999/01/21 00:25:47 grog Exp $
+# $Id: Makefile,v 1.10 1999/01/30 01:45:44 grog Exp $
MAINTAINER = grog@FreeBSD.org
SOURCE= ${.CURDIR}/../../dev/vinum
@@ -13,6 +13,10 @@ SRCS= vnode_if.h opt_vinum.h vinumstate.h vinumvar.h \
NOMAN=
+# If you remove -DVINUMDEBUG here, you must also do it in src/sbin/Makefile.
+# Otherwise a number of ioctls will fail.
+CFLAGS+= -DVINUMDEBUG -g -O
+
CLEANFILES+= vnode_if.h vnode_if.c opt_vinum.h
all:
@@ -27,5 +31,3 @@ maketabs: maketabs.c
${CC} -g -o maketabs maketabs.c
.include <bsd.kmod.mk>
-
-CFLAGS += -I${SOURCE} -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses