diff options
author | grog <grog@FreeBSD.org> | 1999-01-21 00:43:00 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 1999-01-21 00:43:00 +0000 |
commit | 6210d19dffcea065083726e003fd1af7a1e9fe4a (patch) | |
tree | 870943e526791a0b49d407ec0aedf97dbd3528b1 /sbin | |
parent | e1730de46968759093a2ab3d00afa33c2c25081c (diff) | |
download | FreeBSD-src-6210d19dffcea065083726e003fd1af7a1e9fe4a.zip FreeBSD-src-6210d19dffcea065083726e003fd1af7a1e9fe4a.tar.gz |
Remove -DRAID5 from CFLAGS
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/vinum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index a566059..1c3e2ed 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 |