Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mopd No need for libkvm here.
details: https://anonhg.NetBSD.org/src/rev/91577cbdf0b1
branches: trunk
changeset: 329584:91577cbdf0b1
user: joerg <joerg%NetBSD.org@localhost>
date: Fri May 30 02:16:10 2014 +0000
description:
No need for libkvm here.
diffstat:
usr.sbin/mopd/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r dc974ff82391 -r 91577cbdf0b1 usr.sbin/mopd/Makefile.inc
--- a/usr.sbin/mopd/Makefile.inc Fri May 30 01:44:21 2014 +0000
+++ b/usr.sbin/mopd/Makefile.inc Fri May 30 02:16:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2007/05/28 12:06:37 tls Exp $
+# $NetBSD: Makefile.inc,v 1.11 2014/05/30 02:16:10 joerg Exp $
.include <bsd.own.mk>
@@ -6,8 +6,8 @@
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
-DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
-LDADD+= -lkvm -L${LIBCOMMON} -lcommon
+DPADD+= ${LIBCOMMON}/libcommon.a
+LDADD+= -L${LIBCOMMON} -lcommon
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index