1# $FreeBSD$ 2# Author: Shteryana Shopova <syrinx@FreeBSD.org> 3 4BINDIR?= /usr/bin 5PACKAGE= bsnmp 6 7CFLAGS+= -I. -I${.CURDIR} 8 9WARNS?= 6 10