# $OpenBSD: Makefile,v 1.16 2019/05/11 17:46:02 rob Exp $ PROG= snmp_if MAN= #snmp_if.8 SRCS= if.c kroute.c util.c log.c subagentx.c agentx.c LDADD= -levent DPADD= ${LIBEVENT} CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare YFLAGS= .include