mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
# Author: Shteryana Shopova <syrinx@FreeBSD.org>
|
|
|
|
BINDIR?= /usr/bin
|
|
PACKAGE= bsnmp
|
|
|
|
CFLAGS+= -I. -I${.CURDIR}
|
|
|
|
WARNS?= 6
|