new npflog driver split out of npf_ext_log.
This commit is contained in:
parent
45d28ff77c
commit
fbddef57ad
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.117 2012/12/10 00:32:25 rmind Exp $
|
||||
# $NetBSD: Makefile,v 1.118 2013/03/10 20:54:14 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -32,6 +32,7 @@ SUBDIR+= gpioow
|
||||
SUBDIR+= gpiosim
|
||||
SUBDIR+= hfs
|
||||
SUBDIR+= if_axe
|
||||
SUBDIR+= if_npflog
|
||||
SUBDIR+= iic
|
||||
SUBDIR+= kernfs
|
||||
SUBDIR+= layerfs
|
||||
|
11
sys/modules/if_npflog/Makefile
Normal file
11
sys/modules/if_npflog/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/03/10 20:54:14 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/net/npf
|
||||
|
||||
KMOD= if_npflog
|
||||
|
||||
SRCS= if_npflog.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue
Block a user