39013e66c1
- This conversion significantly simplifies the code and moves NPF to a binary serialisation format (replacing the XML-like format). - Fix some memory/reference leaks and possibly use-after-free bugs. - Bump NPF_VERSION as this change makes libnpf incompatible with the previous versions. Also, different serialisation format means NPF connection/config saving and loading is not compatible with the previous versions either. Thanks to christos@ for extra testing.
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/09/29 14:41:35 rmind Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/net/npf
|
|
|
|
KMOD= npf_ext_log
|
|
|
|
SRCS= npf_ext_log.c
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
|
|
|
|
.include <bsd.kmodule.mk>
|