summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-09-06 04:18:16 +0000
committergrog <grog@FreeBSD.org>2000-09-06 04:18:16 +0000
commit7c31a7e63d338c948e2a86d409d8c0c968bf7ab3 (patch)
treeebadb2b3f02f79454f560aa4557e970031680a90 /sbin/vinum
parentb1549fa803c4c7c23627d66d8ea9033dffedb5da (diff)
downloadFreeBSD-src-7c31a7e63d338c948e2a86d409d8c0c968bf7ab3.zip
FreeBSD-src-7c31a7e63d338c948e2a86d409d8c0c968bf7ab3.tar.gz
Bring LDADD in line with DPADD.
Reported by: bde
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index e36d13c..e817e3a 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -6,7 +6,7 @@ MAN8= vinum.8
CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT}
-LDADD= -lutil -lreadline -ltermcap -ldevstat
+LDADD= -lreadline -ltermcap -ldevstat
.PATH: ${.CURDIR}/../../sys/dev/vinum
OpenPOWER on IntegriCloud