History log of /netbsd-src/lib/npf/ext_log/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 885f7abe 10-Mar-2013 christos <christos@NetBSD.org>

- rename ext_normalise to ext_normalize
- move modules to from /usr/lib to /lib
- centralize make rules


# 0d6a8650 09-Dec-2012 spz <spz@NetBSD.org>

Make the compat libs of npf extension shared libraries go to the
compat directories instead of overwriting the arch native libs.
Also, make sure the compat directories get created. Tested on amd64.


# 8c6e21bf 16-Sep-2012 rmind <rmind@NetBSD.org>

Implement dynamic NPF extensions interface. An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module. Move normalisation and logging functionality into t

Implement dynamic NPF extensions interface. An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module. Move normalisation and logging functionality into their own
extensions. More improvements to come.

show more ...