initial
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
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>
|
Reference in New Issue
Block a user