2025-02-15 00:00:14 +01:00
|
|
|
PROG= subagent_ntpd
|
2025-02-15 00:07:31 +01:00
|
|
|
SRCS= subagent_ntpd.c mib.c log.c
|
2025-02-14 17:39:57 +01:00
|
|
|
MAN=
|
|
|
|
|
|
|
|
CFLAGS+= -Wall -I${.CURDIR}
|
|
|
|
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
|
|
|
|
CFLAGS+= -Wmissing-declarations
|
|
|
|
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
|
|
|
|
CFLAGS+= -Wsign-compare
|
|
|
|
|
2025-02-14 22:45:59 +01:00
|
|
|
LDADD= -lagentx -levent
|
|
|
|
DPADD= ${LIBAGENTX} ${LIBEVENT}
|
2025-02-14 17:39:57 +01:00
|
|
|
BINDIR= /usr/libexec/snmpd/
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|