summaryrefslogtreecommitdiffstats
path: root/sys/modules/vinum
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-03 11:57:14 +0000
committermarcel <marcel@FreeBSD.org>2000-01-03 11:57:14 +0000
commitc9131e98dc5d9f19934a076312eef79e9e78a2f0 (patch)
tree36890cd15210c50f17f064d6a943365367224abd /sys/modules/vinum
parentbbee5196db36c9670ae187b79d814e0d1a665a48 (diff)
downloadFreeBSD-src-c9131e98dc5d9f19934a076312eef79e9e78a2f0.zip
FreeBSD-src-c9131e98dc5d9f19934a076312eef79e9e78a2f0.tar.gz
o Add build-tools target for maketabs although it doesn't seem to
be used. I therefore won't add it to Makefile.inc1. o Remove -g compilation flags.
Diffstat (limited to 'sys/modules/vinum')
-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 88c1189..d7c3fae 100644
--- a/sys/modules/vinum/Makefile
+++ b/sys/modules/vinum/Makefile
@@ -14,14 +14,16 @@ 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
+CFLAGS+= -DVINUMDEBUG -O
all:
-state.h: maketabs vinumstate.h
+state.h: vinumstate.h
./maketabs >state.h
+build-tools: maketabs
+
maketabs: maketabs.c
- ${CC} -g -o maketabs maketabs.c
+ ${CC} -o maketabs maketabs.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud