PERFORCE change 164710 for review

Gabor Pali pgj at FreeBSD.org
Fri Jun 19 15:34:43 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164710

Change 164710 by pgj at 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
 


More information about the p4-projects mailing list