Deleted Added
full compact
Makefile (135771) Makefile (136910)
1# $FreeBSD: head/usr.sbin/bsnmpd/bsnmpd/Makefile 135771 2004-09-24 22:10:34Z trhodes $
1# $FreeBSD: head/usr.sbin/bsnmpd/bsnmpd/Makefile 136910 2004-10-24 15:33:08Z ru $
2#
3# Author: Harti Brandt <harti@freebsd.org>
4
5CONTRIB=${.CURDIR}/../../../contrib/bsnmp
6.PATH: ${CONTRIB}/snmpd
7
8PROG= bsnmpd
9SRCS= main.c action.c config.c export.c trap.c trans_udp.c trans_lsock.c
10SRCS+= oid.h tree.c tree.h
11XSYM= snmpMIB begemotSnmpdModuleTable begemotSnmpd begemotTrapSinkTable \
12 sysUpTime snmpTrapOID coldStart authenticationFailure \
13 begemotSnmpdTransUdp begemotSnmpdTransLsock begemotSnmpdLocalPortTable
14CLEANFILES= oid.h tree.c tree.h
15MAN= bsnmpd.1 snmpmod.3
16WARNS?= 6
2#
3# Author: Harti Brandt <harti@freebsd.org>
4
5CONTRIB=${.CURDIR}/../../../contrib/bsnmp
6.PATH: ${CONTRIB}/snmpd
7
8PROG= bsnmpd
9SRCS= main.c action.c config.c export.c trap.c trans_udp.c trans_lsock.c
10SRCS+= oid.h tree.c tree.h
11XSYM= snmpMIB begemotSnmpdModuleTable begemotSnmpd begemotTrapSinkTable \
12 sysUpTime snmpTrapOID coldStart authenticationFailure \
13 begemotSnmpdTransUdp begemotSnmpdTransLsock begemotSnmpdLocalPortTable
14CLEANFILES= oid.h tree.c tree.h
15MAN= bsnmpd.1 snmpmod.3
16WARNS?= 6
17NO_WERROR=yes
17NO_WERROR=
18
19FILESGROUPS= BMIBS DEFS
20
21BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt
22BMIBSDIR= ${SHAREDIR}/snmp/mibs
23DEFS= tree.def
24DEFSDIR= ${SHAREDIR}/snmp/defs
25

--- 18 unchanged lines hidden ---
18
19FILESGROUPS= BMIBS DEFS
20
21BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt
22BMIBSDIR= ${SHAREDIR}/snmp/mibs
23DEFS= tree.def
24DEFSDIR= ${SHAREDIR}/snmp/defs
25

--- 18 unchanged lines hidden ---