PERFORCE change 86735 for review

Victor Cruceru soc-victor at FreeBSD.org
Sun Nov 13 14:31:26 PST 2005


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

Change 86735 by soc-victor at soc-victor_Pentium4 on 2005/11/13 22:31:14

	Use bsd.snmpmod.mk

Affected files ...

.. //depot/projects/soc2005/mta_bsnmp/usr.sbin/bsnmpd/modules/snmp_mta/Makefile#2 edit

Differences ...

==== //depot/projects/soc2005/mta_bsnmp/usr.sbin/bsnmpd/modules/snmp_mta/Makefile#2 (text+ko) ====

@@ -29,19 +29,13 @@
 CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
 
 MOD=	mta
-
 SRCS=	mta_snmp.c 
-	
-WARNS?=	6
 
 #Not having NDEBUG defined will enable assertions and a lot of output on stderr
 CFLAGS+=	-DNDEBUG
 
+CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
 XSYM=	mta 
-	
 DEFS=	${MOD}_tree.def
-
-
 BMIBS=	MTA-MIB.txt
-
-.include <bsd.lib.mk>
+.include <bsd.snmpmod.mk>


More information about the p4-projects mailing list