diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-05-01 07:19:29 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-05-01 07:19:29 +0000 |
| commit | e4532a7511cb6bf1f68781a6af95d27fd8cef026 (patch) | |
| tree | b87c0b23caff9a1d1dd721dcd4b7845e2dc5d1da | |
| parent | 3632928957053b3fde009311aad42f782555b286 (diff) | |
Notes
| -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 9e4f50ee93b7..a51ed5d348d6 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} |
