# $OpenBSD: Makefile,v 1.16 2019/05/11 17:46:02 rob Exp $ PROG= snmp_hr MAN= #snmp_hr.8 SRCS= hr.c log.c timer.c subagentx.c agentx.c LDADD= -levent -lkvm 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