summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/Makefile
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-05-23 05:24:53 +0000
committergrog <grog@FreeBSD.org>2001-05-23 05:24:53 +0000
commit8cc17e93b35aae5731fee7d1104fc6f66ce0b64b (patch)
treeb9fa7d93b3663d3fb09226c1d203d88f806c2db5 /sbin/vinum/Makefile
parent198db21ec72d3244f5d2ec0d2306e349154eb105 (diff)
downloadFreeBSD-src-8cc17e93b35aae5731fee7d1104fc6f66ce0b64b.zip
FreeBSD-src-8cc17e93b35aae5731fee7d1104fc6f66ce0b64b.tar.gz
Remove -DVINUMDEBUG. vinum(8) now always supports debug options if
the kernel module is built that way.
Diffstat (limited to 'sbin/vinum/Makefile')
-rw-r--r--sbin/vinum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index cc7fd32..6ef5797 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -4,7 +4,7 @@ PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN= vinum.8
-CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
+CFLAGS+= -I${.CURDIR}/../../sys -Wall
# Print __FILE__ and __LINE__ when doing perror()
#CFLAGS+= -DDEVBUG
OpenPOWER on IntegriCloud