summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsnmp/lib/Makefile.in')
-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