Files
openbsd_snmpd_ntpd/Makefile
Wolfgang Hottgenroth 565ea0992d drop more dead code
2025-02-14 18:27:54 +01:00

16 lines
358 B
Makefile

PROG= snmpd_ntpd
SRCS= mib.c log.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>