summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/Makefile
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-01-31 23:25:22 +0000
committergrog <grog@FreeBSD.org>1999-01-31 23:25:22 +0000
commit4211323dae9dadfb44c1414f55c1934439cf327c (patch)
treefd1589ec711727956468c1e8744399059a42a1d2 /sbin/vinum/Makefile
parent1f20179a0d4813213ae08a590325ae9a4b647187 (diff)
downloadFreeBSD-src-4211323dae9dadfb44c1414f55c1934439cf327c.zip
FreeBSD-src-4211323dae9dadfb44c1414f55c1934439cf327c.tar.gz
Correct include paths
Remove unnecessary additional CFLAGS Remove BINGRP and BINMODE
Diffstat (limited to 'sbin/vinum/Makefile')
-rw-r--r--sbin/vinum/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index d271117..ac7c59f 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.5 1999/01/13 23:05:26 grog Exp $
+# $Id: Makefile,v 1.7 1999/01/30 00:57:40 grog Exp $
-MAINTAINER = grog@FreeBSD.org
+MAINTAINER= grog@FreeBSD.org
PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN8= vinum.8
@@ -8,11 +8,7 @@ MAN8= vinum.8
CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lutil -lreadline -ltermcap
-BINGRP= kmem
-BINMODE= 555
.PATH: ${.CURDIR}/../../sys/dev/vinum
.include <bsd.prog.mk>
-
-CFLAGS += -I ${.CURDIR}/../../sys/dev/vinum
OpenPOWER on IntegriCloud