Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/vinum fix DPADD
details: https://anonhg.NetBSD.org/src/rev/f5ae9443e2cb
branches: trunk
changeset: 553176:f5ae9443e2cb
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Oct 11 09:51:49 2003 +0000
description:
fix DPADD
diffstat:
sbin/vinum/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5d06ac4ef6b8 -r f5ae9443e2cb sbin/vinum/Makefile
--- a/sbin/vinum/Makefile Sat Oct 11 09:12:18 2003 +0000
+++ b/sbin/vinum/Makefile Sat Oct 11 09:51:49 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/10/10 03:13:12 grog Exp $
+# $NetBSD: Makefile,v 1.2 2003/10/11 09:51:49 jdolecek Exp $
PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
@@ -7,8 +7,8 @@
CFLAGS+= -g
WARNS= 0
-DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM}
-LDADD= -ledit -ltermcap -lkvm
+DPADD= ${LIBEDIT} ${LIBTERMCAP} ${LIBKVM}
+LDADD= -ledit -ltermcap -lkvm
.PATH: ${.CURDIR}/../../sys/dev/vinum
Home |
Main Index |
Thread Index |
Old Index