Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2009 15:34:41 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 164710 for review
Message-ID:  <200906191534.n5JFYf89051976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164710

Change 164710 by pgj@petymeg-current on 2009/06/19 15:34:30

	Add libutil to libnetstat

Affected files ...

.. //depot/projects/soc2009/pgj_libstat/src/lib/libnetstat/Makefile#7 edit

Differences ...

==== //depot/projects/soc2009/pgj_libstat/src/lib/libnetstat/Makefile#7 (text+ko) ====

@@ -11,8 +11,8 @@
 
 SHLIB_MAJOR=	1
 
-DPADD=	${LIBKVM}
-LDADD=	-lkvm
+DPADD=	${LIBKVM} ${LIBUTIL}
+LDADD=	-lkvm -lutil
 
 WARNS?=	3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906191534.n5JFYf89051976>