diff options
author | peter <peter@FreeBSD.org> | 1998-12-28 16:32:39 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-12-28 16:32:39 +0000 |
commit | 684dcece3645ebafe7bfe6e4585f61362321262f (patch) | |
tree | c9d4b8d424d22c91164bdbc9fad9dff3bc22e1fb /sbin/vinum/Makefile | |
parent | f47909f0c7fb4319fe9f5b44dd266cd91185c838 (diff) | |
download | FreeBSD-src-684dcece3645ebafe7bfe6e4585f61362321262f.zip FreeBSD-src-684dcece3645ebafe7bfe6e4585f61362321262f.tar.gz |
Tweaks as a result of having vinum statically buildable in a kernel.
Diffstat (limited to 'sbin/vinum/Makefile')
-rw-r--r-- | sbin/vinum/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 0c421e6..23559d5 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.2 1998/10/17 13:48:37 bde Exp $ +# $Id: Makefile,v 1.3 1998/12/28 11:06:21 sos Exp $ PROG= vinum -SRCS= v.c list.c parser.c util.c vext.h commands.c +SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c MAN8= vinum.8 -CFLAGS+= -I${.CURDIR}/../../sys/dev/vinum -g -Wall -DDEBUG -DRAID5 +CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG -DRAID5 DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} LDADD= -lutil -lreadline -ltermcap BINGRP= kmem |