Wolfgang Hottgenroth 18943d6137 code beautifying
2025-02-15 00:07:31 +01:00

16 lines
354 B
Makefile

PROG= subagent_ntpd
SRCS= subagent_ntpd.c mib.c log.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
DPADD= ${LIBAGENTX} ${LIBEVENT}
BINDIR= /usr/libexec/snmpd/
.include <bsd.prog.mk>