Remove -DRAID5 from CFLAGS

This commit is contained in:
Greg Lehey 1999-01-21 00:43:00 +00:00
parent 33953e5e97
commit 6ab8fef8a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42945

View File

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