summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/tools/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsnmpd/tools/Makefile.inc')
-rw-r--r--usr.sbin/bsnmpd/tools/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/bsnmpd/tools/Makefile.inc b/usr.sbin/bsnmpd/tools/Makefile.inc
new file mode 100644
index 0000000..e08fe26
--- /dev/null
+++ b/usr.sbin/bsnmpd/tools/Makefile.inc
@@ -0,0 +1,13 @@
+# $FreeBSD$
+# Author: Shteryana Shopova <syrinx@FreeBSD.org>
+
+BINDIR?= /usr/bin
+
+CFLAGS+= -I. -I${.CURDIR}
+
+.if exists(${.OBJDIR}/../libbsnmptools)
+LIBBSNMPTOOLSDIR= ${.OBJDIR}/../libbsnmptools
+.else
+LIBBSNMPTOOLSDIR= ${.CURDIR}/../libbsnmptools
+.endif
+LIBBSNMPTOOLS= ${LIBBSNMPTOOLSDIR}/libbsnmptools.a
OpenPOWER on IntegriCloud