summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/snmpd
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-10-04 14:51:55 +0000
committerharti <harti@FreeBSD.org>2005-10-04 14:51:55 +0000
commitc45e21ccca7d05381dcee6d13fe1b75d6ad351d9 (patch)
tree09cefc76ef1234c034dfd5494033ccf2d05fa6d3 /contrib/bsnmp/snmpd
parentac94e44f1fbe2173edc9c790a789d66973169f05 (diff)
downloadFreeBSD-src-c45e21ccca7d05381dcee6d13fe1b75d6ad351d9.zip
FreeBSD-src-c45e21ccca7d05381dcee6d13fe1b75d6ad351d9.tar.gz
These files are not needed and were imported by accident in the
previous import.
Diffstat (limited to 'contrib/bsnmp/snmpd')
-rw-r--r--contrib/bsnmp/snmpd/.gdbinit2
-rw-r--r--contrib/bsnmp/snmpd/Makefile.in42
2 files changed, 0 insertions, 44 deletions
diff --git a/contrib/bsnmp/snmpd/.gdbinit b/contrib/bsnmp/snmpd/.gdbinit
deleted file mode 100644
index acfacec..0000000
--- a/contrib/bsnmp/snmpd/.gdbinit
+++ /dev/null
@@ -1,2 +0,0 @@
-dir ../snmp_netgraph
-dir ../snmp_mibII
diff --git a/contrib/bsnmp/snmpd/Makefile.in b/contrib/bsnmp/snmpd/Makefile.in
deleted file mode 100644
index 9498bd4..0000000
--- a/contrib/bsnmp/snmpd/Makefile.in
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright (c) 2001-2003
-# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
-# All rights reserved.
-#
-# Author: Harti Brandt <harti@freebsd.org>
-#
-# $Begemot: bsnmp/snmpd/Makefile.in,v 1.8 2005/04/22 12:18:14 brandt_h Exp $
-#
-
-PROG= bsnmpd
-SRCS= tree.c main.c action.c config.c export.c trap.c
-SRCS+= trans_udp.c trans_lsock.c
-MAN1= bsnmpd.1
-MAN3= snmpmod.3
-MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
- -e 's%@DEFPATH@%${DEFSDIR}/%g' \
- -e 's%@MIBSPATH@%${MIBSDIR}/%g'
-
-XSYM= snmpMIB begemotSnmpdModuleTable begemotSnmpd begemotTrapSinkTable \
- sysUpTime snmpTrapOID coldStart authenticationFailure \
- begemotSnmpdLocalPortTable begemotSnmpdTransUdp begemotSnmpdTransLsock
-
-BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt
-DEFS= tree.def
-INCS= snmpmod.h
-
-CFLAGS+= -I$(builddir)/. -I${srcdir} -I${srcdir}/../lib
-LDFLAGS+= -export-dynamic
-
-$(PROG): $(SRCS:.c=.lo) oid.h tree.h
- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(SRCS:.c=.lo) \
- $(builddir)/../lib/libbsnmp.la $(LIBEV) $(LIBWRAP)
-
-CLEANFILES += tree.c tree.h oid.h
-
-tree.c tree.h: tree.def ../gensnmptree/gensnmptree
- $(builddir)/../gensnmptree/gensnmptree -l <${srcdir}/tree.def
-
-oid.h: tree.def ../gensnmptree/gensnmptree
- $(builddir)/../gensnmptree/gensnmptree <${srcdir}/tree.def -e ${XSYM} >$@
-
-$(SRCS:.c=.lo): oid.h
OpenPOWER on IntegriCloud