]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bsnmpd/tools/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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