Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2005 22:31:24 GMT
From:      Victor Cruceru <soc-victor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86735 for review
Message-ID:  <200511132231.jADMVOq5092971@repoman.freebsd.org>

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

Change 86735 by soc-victor@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>



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