Wolfgang Hottgenroth f160c0f4e3 initial
2025-02-14 17:39:57 +01:00

16 lines
366 B
Makefile

PROG= snmpd_ntpd
SRCS= mib.c log.c timer.c util.c
MAN=
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
LDADD= -lagentx -levent -lkvm
DPADD= ${LIBAGENTX} ${LIBEVENT} ${LIBKVM}
BINDIR= /usr/libexec/snmpd/
.include <bsd.prog.mk>