summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl/Makefile
blob: dedb04dd6e76c0ff69ab484f05ac654d6d71f9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.1 2007/12/05 09:22:44 reyk Exp $

.PATH:		${.CURDIR}/../snmpd

PROG=		snmpctl
SRCS=		buffer.c imsg.c log.c snmpctl.c parser.c

MAN=		snmpctl.8

CFLAGS+=	-Wall -I${.CURDIR} -I${.CURDIR}/../snmpd
CFLAGS+=	-Wstrict-prototypes -Wmissing-prototypes
CFLAGS+=	-Wmissing-declarations
CFLAGS+=	-Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+=	-Wsign-compare -Wbounded

.include <bsd.prog.mk>