Remove VINUMDEBUG. vinum(8) always compiles with VINUMDEBUG to be able

to cope with kernel modules with VINUMDEBUG.
This commit is contained in:
Greg Lehey 2003-05-01 07:19:29 +00:00
parent 3632928957
commit e4532a7511
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114397

View File

@ -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}