head	1.2;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.8
	RELENG_5_5_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.6
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.4
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.2
	RELENG_5_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.03.14.17.32.15;	author harti;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
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_atm/Makefile,v 1.1 2004/08/09 16:36:04 harti Exp $
#
# Author: Harti Brandt <harti@@freebsd.org>

CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
SNMP_ATM=${.CURDIR}/../../../../contrib/ngatm/snmp_atm
.PATH: ${SNMP_ATM}

MOD=	atm
SRCS=	snmp_atm.c atm_sys.c
XSYM=	begemotAtm
MAN=	snmp_atm.3

BMIBS=	BEGEMOT-ATM.txt BEGEMOT-ATM-FREEBSD-MIB.txt
DEFS=	${MOD}_tree.def atm_freebsd.def
INCS=	snmp_${MOD}.h

EXTRAMIBDEFS= atm_freebsd.def

CFLAGS+= -I${SNMP_ATM}

.include <bsd.lib.mk>
@


1.1
log
@A module for bsnmpd(1) that exports a MIB that contains information about
the local ATM interfaces and allows to change some parameters via SNMP.
@
text
@d1 1
a1 1
# $FreeBSD$
@

