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