summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/Makefile
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-12-28 11:06:21 +0000
committersos <sos@FreeBSD.org>1998-12-28 11:06:21 +0000
commitea122a9130f80b5565833f6939ff681919cc7337 (patch)
treef8aa5f6932dcbeb048907f3059f0ecd2b0268ac9 /sbin/vinum/Makefile
parent85c18bc7e411f4544deb2a80affb334e4361237b (diff)
downloadFreeBSD-src-ea122a9130f80b5565833f6939ff681919cc7337.zip
FreeBSD-src-ea122a9130f80b5565833f6939ff681919cc7337.tar.gz
Reenable vinum after repository copy.
Forgotten by: Peter.
Diffstat (limited to 'sbin/vinum/Makefile')
-rw-r--r--sbin/vinum/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index 961c105..0c421e6 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -1,15 +1,15 @@
-# $Id$
+# $Id: Makefile,v 1.2 1998/10/17 13:48:37 bde Exp $
PROG= vinum
SRCS= v.c list.c parser.c util.c vext.h commands.c
MAN8= vinum.8
-CFLAGS+= -I${.CURDIR}/../../lkm/vinum -g -Wall -DDEBUG -DRAID5
+CFLAGS+= -I${.CURDIR}/../../sys/dev/vinum -g -Wall -DDEBUG -DRAID5
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lutil -lreadline -ltermcap
BINGRP= kmem
BINMODE= 2555
-.PATH: ${.CURDIR}/../../lkm/vinum
+.PATH: ${.CURDIR}/../../sys/dev/vinum
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud