You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $FreeBSD$ |
|
|
|
CONTRIB=${SRCTOP}/contrib/bsnmp |
|
.PATH: ${CONTRIB}/tests |
|
|
|
PROG_CXX=ctest |
|
SRCS= main.cc asn1.cc snmp_parse_server.cc |
|
CFLAGS += -I/${CONTRIB}/lib |
|
CXXFLAGS+= -std=c++2a |
|
LIBADD= bsnmp |
|
|
|
CFLAGS += -DBOGUS_CVE_2019_5610_FIX |
|
MK_MAN= no |
|
|
|
.include <bsd.prog.mk> |
|
|
|
|
|
run: |
|
${.OBJDIR}/ctest
|
|
|