summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/lib
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/lib
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/lib')
-rw-r--r--contrib/bsnmp/lib/Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/bsnmp/lib/Makefile.in b/contrib/bsnmp/lib/Makefile.in
deleted file mode 100644
index 0af159c..0000000
--- a/contrib/bsnmp/lib/Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (c) 2003-2003
-# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
-# All rights reserved.
-#
-# Author: Harti Brandt <harti@freebsd.org>
-#
-# $Begemot: bsnmp/lib/Makefile.in,v 1.4 2004/08/06 08:46:47 brandt Exp $
-#
-SRCS= asn1.c snmp.c snmpagent.c snmpclient.c support.c
-INCS= asn1.h snmp.h snmpagent.h snmpclient.h
-MAN3= asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3
-
-LIB= libbsnmp.la
-SHLIB_MAJOR= 2
-SHLIB_MINOR= 0
-
-CFLAGS+= -I$(srcdir)
-
-$(LIB): $(SRCS:.c=.lo)
- $(LIBTOOL) --mode=link $(CC) $(LDLAGS) -o $@ $(SRCS:.c=.lo) -rpath $(libdir) -version-info $(SHLIB_MAJOR):$(SHLIB_MINOR)
OpenPOWER on IntegriCloud