head	1.3;
access;
symbols
	RELENG_8:1.3.0.4
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.3
date	2013.05.12.00.26.22;	author svnexp;	state Exp;
branches
	1.3.2.1
	1.3.4.1;
next	1.2;

1.2
date	2013.05.10.00.30.19;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.05.09.00.36.49;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1
date	2013.05.12.00.26.22;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.05.26.19.03.22;	author svnexp;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	2013.05.26.19.04.59;	author svnexp;	state Exp;
branches;
next	;

1.3.4.1
date	2013.05.12.00.26.22;	author svnexp;	state dead;
branches;
next	1.3.4.2;

1.3.4.2
date	2013.05.26.19.22.27;	author svnexp;	state Exp;
branches;
next	1.3.4.3;

1.3.4.3
date	2013.05.26.19.23.58;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250503
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 250503 2013-05-11 09:51:44Z trociny $

.include <bsd.own.mk>

.PATH:	${.CURDIR}/../../../../sbin/hastd

MOD=	hast
SRCS=	ebuf.c
SRCS+=	hast_compression.c hast_proto.c hast_snmp.c
SRCS+=	lzf.c
SRCS+=	nv.c
SRCS+=	parse.y pjdlog.c
SRCS+=	proto.c proto_common.c proto_uds.c
SRCS+=	token.l
SRCS+=	y.tab.h
MAN=	snmp_hast.3

NO_WFORMAT=
NO_WCAST_ALIGN=
NO_WMISSING_VARIABLE_DECLARATIONS=
CFLAGS+=-I${.CURDIR}/../../../../sbin/hastd
CFLAGS+=-DHAVE_CAPSICUM
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif
# This is needed to have WARNS > 1.
CFLAGS+=-DYY_NO_UNPUT
CFLAGS+=-DYY_NO_INPUT
CFLAGS+= -DSNMPTREE_TYPES

DPADD=	${LIBUTIL}
LDADD=	-lutil

XSYM=	begemotHast
DEFS=	${MOD}_tree.def
BMIBS=	BEGEMOT-HAST-MIB.txt

YFLAGS+=-v

CLEANFILES=y.tab.c y.tab.h y.output

.include <bsd.snmpmod.mk>
@


1.3.4.1
log
@file Makefile was added on branch RELENG_8 on 2013-05-26 19:22:27 +0000
@
text
@d1 43
@


1.3.4.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251007
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 43
# $FreeBSD: stable/8/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 251007 2013-05-26 18:37:20Z trociny $

.include <bsd.own.mk>

.PATH:	${.CURDIR}/../../../../sbin/hastd

MOD=	hast
SRCS=	ebuf.c
SRCS+=	hast_compression.c hast_proto.c hast_snmp.c
SRCS+=	lzf.c
SRCS+=	nv.c
SRCS+=	parse.y pjdlog.c
SRCS+=	proto.c proto_common.c proto_uds.c
SRCS+=	token.l
SRCS+=	y.tab.h
MAN=	snmp_hast.8

NO_WFORMAT=
NO_WCAST_ALIGN=
NO_WMISSING_VARIABLE_DECLARATIONS=
CFLAGS+=-I${.CURDIR}/../../../../sbin/hastd
CFLAGS+=-DHAVE_CAPSICUM
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif
# This is needed to have WARNS > 1.
CFLAGS+=-DYY_NO_UNPUT
CFLAGS+=-DYY_NO_INPUT
CFLAGS+= -DSNMPTREE_TYPES

DPADD=	${LIBUTIL}
LDADD=	-lutil

XSYM=	begemotHast
DEFS=	${MOD}_tree.def
BMIBS=	BEGEMOT-HAST-MIB.txt

YFLAGS+=-v

CLEANFILES=y.tab.c y.tab.h y.output

.include <bsd.snmpmod.mk>
@


1.3.4.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251011
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/8/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 251011 2013-05-26 18:54:50Z trociny $
d16 1
a16 1
MAN=	snmp_hast.3
@


1.3.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-05-26 19:03:22 +0000
@
text
@d1 43
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251006
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 43
# $FreeBSD: stable/9/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 251006 2013-05-26 18:35:52Z trociny $

.include <bsd.own.mk>

.PATH:	${.CURDIR}/../../../../sbin/hastd

MOD=	hast
SRCS=	ebuf.c
SRCS+=	hast_compression.c hast_proto.c hast_snmp.c
SRCS+=	lzf.c
SRCS+=	nv.c
SRCS+=	parse.y pjdlog.c
SRCS+=	proto.c proto_common.c proto_uds.c
SRCS+=	token.l
SRCS+=	y.tab.h
MAN=	snmp_hast.8

NO_WFORMAT=
NO_WCAST_ALIGN=
NO_WMISSING_VARIABLE_DECLARATIONS=
CFLAGS+=-I${.CURDIR}/../../../../sbin/hastd
CFLAGS+=-DHAVE_CAPSICUM
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif
# This is needed to have WARNS > 1.
CFLAGS+=-DYY_NO_UNPUT
CFLAGS+=-DYY_NO_INPUT
CFLAGS+= -DSNMPTREE_TYPES

DPADD=	${LIBUTIL}
LDADD=	-lutil

XSYM=	begemotHast
DEFS=	${MOD}_tree.def
BMIBS=	BEGEMOT-HAST-MIB.txt

YFLAGS+=-v

CLEANFILES=y.tab.c y.tab.h y.output

.include <bsd.snmpmod.mk>
@


1.3.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251010
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 251010 2013-05-26 18:54:05Z trociny $
d16 1
a16 1
MAN=	snmp_hast.3
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250405
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 250405 2013-05-09 11:10:46Z trociny $
d32 2
a33 2
DPADD=	${LIBL} ${LIBUTIL}
LDADD=	-ll -lutil
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250379
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile 250379 2013-05-08 20:03:37Z trociny $
d16 1
a16 1
MAN=	snmp_hast.8
@

