summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/vinum/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index ac7c59f..5ea95f2 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -1,13 +1,13 @@
-# $Id: Makefile,v 1.7 1999/01/30 00:57:40 grog Exp $
+# $Id: Makefile,v 1.5 1999/01/13 23:05:26 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
CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
-LDADD= -lutil -lreadline -ltermcap
+LDADD= -lutil -lreadline -ltermcap -ldevstat
.PATH: ${.CURDIR}/../../sys/dev/vinum
OpenPOWER on IntegriCloud