head	1.8;
access;
symbols
	RELENG_5_5_0_RELEASE:1.6.2.1
	RELENG_5_5:1.6.2.1.0.2
	RELENG_5_5_BP:1.6.2.1
	RELENG_5_4_0_RELEASE:1.6
	RELENG_5_4:1.6.0.6
	RELENG_5_4_BP:1.6
	RELENG_5_3_0_RELEASE:1.6
	RELENG_5_3:1.6.0.4
	RELENG_5_3_BP:1.6
	RELENG_5:1.6.0.2
	RELENG_5_BP:1.6
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.2
	RELENG_5_2_BP:1.1;
locks; strict;
comment	@# @;


1.8
date	2005.03.14.17.32.15;	author harti;	state dead;
branches;
next	1.7;

1.7
date	2004.12.21.09.08.05;	author ru;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.11.16.47.12;	author harti;	state Exp;
branches
	1.6.2.1;
next	1.5;

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

1.4
date	2004.08.11.12.27.31;	author harti;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.10.04.56.39;	author scottl;	state Exp;
branches;
next	1.2;

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

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

1.6.2.1
date	2005.04.20.08.45.12;	author philip;	state Exp;
branches;
next	;


desc
@@


1.8
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/Makefile,v 1.7 2004/12/21 09:08:05 ru Exp $

.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd

.if !defined(NO_ATM)
_snmp_atm= snmp_atm
.endif

SUBDIR=	${_snmp_atm} \
	snmp_mibII \
	snmp_netgraph

INCS=	snmpmod.h
INCSDIR= ${INCLUDEDIR}/bsnmp

.include <bsd.prog.mk>
@


1.7
log
@NOATM -> NO_ATM
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Link to the build again. The problem was that we need a new
gensnmptree for the .def file to parse. This was fixed in
Makefile.inc1.
@
text
@d5 1
a5 1
.if !defined(NOATM)
@


1.6.2.1
log
@MFC snmp_pf.  From the original commit message:

 | Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.
 | Currently implemented are most things related to states and interfaces, todo
 | are address tables and altq.  I've tried to keep this roughly in sync with a
 | project implementing this for net-snmpd.
@
text
@d11 1
a11 2
	snmp_netgraph \
	snmp_pf
@


1.5
log
@Again something bad is happening so comment out the ATM module.
@
text
@d5 3
a7 3
# .if !defined(NOATM)
# _snmp_atm= snmp_atm
# .endif
@


1.4
log
@Now, after the import of NgATM-1.1, re-enable the atm module.
@
text
@d5 3
a7 3
.if !defined(NOATM)
_snmp_atm= snmp_atm
.endif
@


1.3
log
@Disable the snmp_atm module until the source gets fixed.  This will unbreak
this portion of the build.
@
text
@d5 1
a5 1
.if !defined(NOATM) && defined(SNMP_NOT_YET)
@


1.2
log
@Link the snmp_atm module to the build unless NOATM is defined.
@
text
@d5 1
a5 1
.if !defined(NOATM)
@


1.1
log
@Add build infrastructure for libbsnmp and the modules. Add the
netgraph module for the SNMP daemon.
@
text
@d5 6
a10 1
SUBDIR=	snmp_mibII \
@

