summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/vinum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index a566059a56b3..1c3e2edbdd82 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.4 1998/12/28 16:32:39 peter Exp $
+# $Id: Makefile,v 1.5 1999/01/13 23:05:26 grog Exp $
PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN8= vinum.8
-CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG -DRAID5
+CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lutil -lreadline -ltermcap
BINGRP= kmem