PERFORCE change 95913 for review

Shteryana Shopova soc-shteryana at FreeBSD.org
Sun Apr 23 00:18:54 UTC 2006


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

Change 95913 by soc-shteryana at prometheus on 2006/04/23 00:17:53

	MFC

Affected files ...

.. //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/bsnmpd/Makefile#4 integrate

Differences ...

==== //depot/projects/soc2005/bsnmp/usr.sbin/bsnmpd/bsnmpd/Makefile#4 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/usr.sbin/bsnmpd/bsnmpd/Makefile,v 1.13 2006/03/13 09:23:51 harti Exp $
+# $FreeBSD: src/usr.sbin/bsnmpd/bsnmpd/Makefile,v 1.14 2006/04/13 12:49:24 ru Exp $
 #
 # Author: Harti Brandt <harti at freebsd.org>
 
@@ -26,7 +26,7 @@
 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
 CFLAGS+= -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
 CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_ERR_H -DHAVE_STRLCPY
-DPADD=	${LIBBEGEMOT} ${LIBBSNMP}
+DPADD=	${LIBBEGEMOT} ${LIBBSNMP} ${LIBWRAP}
 LDADD=	-lbegemot -lbsnmp -lwrap
 
 LDFLAGS= -export-dynamic


More information about the p4-projects mailing list