diff options
author | grog <grog@FreeBSD.org> | 2003-05-01 07:19:29 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-05-01 07:19:29 +0000 |
commit | 2d8975b7db20106811c815c09eb7ef33fe3f68fa (patch) | |
tree | b87c0b23caff9a1d1dd721dcd4b7845e2dc5d1da /sbin/vinum | |
parent | 854348219cbec2a43a8facd1a427afa41b75785f (diff) | |
download | FreeBSD-src-2d8975b7db20106811c815c09eb7ef33fe3f68fa.zip FreeBSD-src-2d8975b7db20106811c815c09eb7ef33fe3f68fa.tar.gz |
Remove VINUMDEBUG. vinum(8) always compiles with VINUMDEBUG to be able
to cope with kernel modules with VINUMDEBUG.
Diffstat (limited to 'sbin/vinum')
-rw-r--r-- | sbin/vinum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 9e4f50e..a51ed5d 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 -DVINUMDEBUG +CFLAGS+= -I${.CURDIR}/../../sys WARNS= 0 DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM} |