summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/Makefile
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-02-11 06:12:06 +0000
committergrog <grog@FreeBSD.org>1999-02-11 06:12:06 +0000
commit028cc6c93f4bbe46c0703a4970338905209629a2 (patch)
tree12da6f95af3310b8d4fc1002bac5c8e566d15dda /sbin/vinum/Makefile
parent3891b1bccc69c2144e1c9cc1acf87fb3e9e69386 (diff)
downloadFreeBSD-src-028cc6c93f4bbe46c0703a4970338905209629a2.zip
FreeBSD-src-028cc6c93f4bbe46c0703a4970338905209629a2.tar.gz
Include libdevstat in executable, for extended start command.
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 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