xref: /freebsd/usr.sbin/bsnmpd/tools/Makefile.inc (revision e4b0a90e771b94e4b043729a6f0f5564f1d01aca)
1# $FreeBSD$
2# Author: Shteryana Shopova <syrinx@FreeBSD.org>
3
4BINDIR?= /usr/bin
5PACKAGE=	bsnmp
6
7CFLAGS+= -I. -I${.CURDIR}
8
9WARNS?=		6
10