head	1.6;
access;
symbols
	RELENG_5_5_0_RELEASE:1.5
	RELENG_5_5:1.5.0.8
	RELENG_5_5_BP:1.5
	RELENG_5_4_0_RELEASE:1.5
	RELENG_5_4:1.5.0.6
	RELENG_5_4_BP:1.5
	RELENG_5_3_0_RELEASE:1.5
	RELENG_5_3:1.5.0.4
	RELENG_5_3_BP:1.5
	RELENG_5:1.5.0.2
	RELENG_5_BP:1.5
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.2
	RELENG_5_2_BP:1.3;
locks; strict;
comment	@# @;


1.6
date	2005.03.14.17.32.15;	author harti;	state dead;
branches;
next	1.5;

1.5
date	2004.01.23.16.22.49;	author harti;	state Exp;
branches;
next	1.4;

1.4
date	2004.01.19.19.26.02;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.13.10.18.16;	author harti;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.10.13.43.26;	author harti;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.10.09.17.33;	author harti;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.
These modules are modules for the daemon, not for the library so
they should be where the daemon is.
@
text
@# $FreeBSD: src/lib/libbsnmp/modules/snmp_mibII/Makefile,v 1.5 2004/01/23 16:22:49 harti Exp $
#
# Author: Harti Brandt <harti@@freebsd.org>

CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
.PATH: ${CONTRIB}/snmp_mibII

MOD=	mibII
SRCS=	mibII.c mibII_ifmib.c mibII_ip.c mibII_interfaces.c		\
	mibII_ipaddr.c mibII_ifstack.c mibII_rcvaddr.c			\
	mibII_nettomedia.c mibII_tcp.c mibII_udp.c mibII_route.c
XSYM=	ipAddrTable ifTable ifRcvAddressEntry ifMIB ipMIB tcpMIB udpMIB	\
	ipForward ifIndex linkDown linkUp
MAN=	snmp_mibII.3

DEFS=	${MOD}_tree.def
INCS=	snmp_${MOD}.h

.include <bsd.lib.mk>
@


1.5
log
@Create the OID and tree files while building the modules and the daemon
instead of creating them by hand and storing them in the CVS tree. Add
gensnmptree to the bootstrap tools (it is used to generated these files).
This simplifies the update procedure.

Submitted by:	ru
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@Clean up makefiles.

Reviewed by:	harti
@
text
@d12 2
@


1.3
log
@Add an empty definition of the MIBS variable so that the makefile does
not try to use a MIBS definition from the environment.

Submitted by:	Joe Marcus Clarke <marcus@@marcuscom.com>
@
text
@a15 3
MIBS=

CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I${.CURDIR}
@


1.2
log
@Fix the build by adjusting the include directives. The problem was
that the sources use "..." includes to get at include files that
later on reside in an include sub-directory.
@
text
@d16 1
@


1.1
log
@Add build infrastructure for libbsnmp and the modules. Add the
netgraph module for the SNMP daemon.
@
text
@d5 2
a6 2
CONTRIB=${.CURDIR}/../../../../contrib/bsnmp/snmp_mibII
.PATH: ${CONTRIB}
d17 1
a17 1
CFLAGS+= -I${INCLUDEDIR}/bsnmp -I${.CURDIR}
@

