Remove VINUMDEBUG. vinum(8) always compiles with VINUMDEBUG to be able
to cope with kernel modules with VINUMDEBUG.
This commit is contained in:
parent
3632928957
commit
e4532a7511
@ -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 -DVINUMDEBUG
|
||||
CFLAGS+= -I${.CURDIR}/../../sys
|
||||
WARNS= 0
|
||||
|
||||
DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM}
|
||||
|
Loading…
Reference in New Issue
Block a user