NetBSD/sys/modules/npf_ext_log/Makefile
rmind 39013e66c1 NPF: Major rework -- migrate NPF to the libnv library.
- 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.
2018-09-29 14:41:35 +00:00

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>