Deleted Added
full compact
Makefile (124927) Makefile (126643)
1# $FreeBSD: head/usr.sbin/bsnmpd/bsnmpd/Makefile 124927 2004-01-24 20:14:03Z harti $
1# $FreeBSD: head/usr.sbin/bsnmpd/bsnmpd/Makefile 126643 2004-03-05 08:10:19Z markm $
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
17
18FILESGROUPS= BMIBS DEFS
19
20BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt
21BMIBSDIR= ${SHAREDIR}/bsnmp/mibs
22DEFS= tree.def
23DEFSDIR= ${SHAREDIR}/bsnmp/defs
24

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

--- 14 unchanged lines hidden ---