summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/vinum/Makefile2
-rw-r--r--sbin/vinum/commands.c1
-rw-r--r--sbin/vinum/v.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index d2c7860..e36d13c 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -5,7 +5,7 @@ SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN8= vinum.8
CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
-DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT}
+DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT}
LDADD= -lutil -lreadline -ltermcap -ldevstat
.PATH: ${.CURDIR}/../../sys/dev/vinum
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index 3b87ef3..c5b6f82 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -44,7 +44,6 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
-#include <libutil.h>
#include <netdb.h>
#include <setjmp.h>
#include <stdio.h>
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c
index 6e39205..14e9483 100644
--- a/sbin/vinum/v.c
+++ b/sbin/vinum/v.c
@@ -44,7 +44,6 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
-#include <libutil.h>
#include <netdb.h>
#include <setjmp.h>
#include <signal.h>
OpenPOWER on IntegriCloud