Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/usr.sbin/ipf/ipfstat Pull up revision 1.18 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/97247227ad4b
branches:  netbsd-2-0
changeset: 560251:97247227ad4b
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 05 20:41:07 2004 +0000

description:
Pull up revision 1.18 (requested by he in ticket #57):
Move kvm library spec to Makefile.inc, so that it gets specified
after the ipf library, since the ipf library depends on some functions
from the kvm library.
Fixes a build problem observed when building for sun2 (though I
won't claim understanding why this doesn't show up elsewhere).

diffstat:

 usr.sbin/ipf/ipfstat/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3b2dada865a0 -r 97247227ad4b usr.sbin/ipf/ipfstat/Makefile
--- a/usr.sbin/ipf/ipfstat/Makefile     Mon Apr 05 20:39:31 2004 +0000
+++ b/usr.sbin/ipf/ipfstat/Makefile     Mon Apr 05 20:41:07 2004 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.16.2.1 2004/03/29 10:45:07 tron Exp $
+#      $NetBSD: Makefile,v 1.16.2.2 2004/04/05 20:41:07 tron Exp $
 
 NOGCCERROR=    # defined
 
 PROG=          ipfstat
 SRCS=          ipfstat.c
 MAN=           ipfstat.8
-DPADD+=        ${LIBCURSES} ${LIBKVM}
-LDADD+=        -lcurses -lkvm
+DPADD+=        ${LIBCURSES}
+LDADD+=        -lcurses
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index