]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bsnmpd/tools/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / bsnmpd / tools / Makefile.inc
1 # $FreeBSD$
2 # Author: Shteryana Shopova <syrinx@FreeBSD.org>
3
4 BINDIR?= /usr/bin
5
6 CFLAGS+= -I. -I${.CURDIR}
7
8 .if exists(${.OBJDIR}/../libbsnmptools)
9 LIBBSNMPTOOLSDIR=      ${.OBJDIR}/../libbsnmptools
10 .else
11 LIBBSNMPTOOLSDIR=      ${.CURDIR}/../libbsnmptools
12 .endif
13 LIBBSNMPTOOLS=         ${LIBBSNMPTOOLSDIR}/libbsnmptools.a