summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/vinum/Makefile2
-rw-r--r--sbin/vinum/vext.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index d54fed2..ce9987c 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
+CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM}
LDADD= -lreadline -ltermcap -ldevstat -lkvm
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index b9ca205..bb9d17b 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -43,7 +43,6 @@
#define PLEXINITSIZE 65536 /* init in this size chunks */
#define MAXPLEXINITSIZE 65536 /* max chunk size to use for init */
#define MAXDATETEXT 128 /* date text in history (far too much) */
-#define VINUMDEBUG /* for including kernel headers */
enum {
KILOBYTE = 1024,
OpenPOWER on IntegriCloud