Remove -DVINUMDEBUG. vinum(8) now always supports debug options if

the kernel module is built that way.
This commit is contained in:
Greg Lehey 2001-05-23 05:24:53 +00:00
parent 66ea29917c
commit da50f5ed31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77026

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 -Wall -DVINUMDEBUG
CFLAGS+= -I${.CURDIR}/../../sys -Wall
# Print __FILE__ and __LINE__ when doing perror()
#CFLAGS+= -DDEVBUG