Add "npf_alg_icmp" kernel module.
This commit is contained in:
parent
2a04f59494
commit
2d18c9fb9f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.96 2011/11/06 11:51:23 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2011/11/06 13:26:54 tron Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -45,6 +45,7 @@ SUBDIR+= nfs
|
|||
SUBDIR+= nfsserver
|
||||
SUBDIR+= nilfs
|
||||
SUBDIR+= npf
|
||||
SUBDIR+= npf_alg_icmp
|
||||
SUBDIR+= ntfs
|
||||
SUBDIR+= null
|
||||
SUBDIR+= onewire
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/11/06 13:26:54 tron Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/net/npf
|
||||
|
||||
KMOD= npf_alg_icmp
|
||||
|
||||
SRCS= npf_alg_icmp.c
|
||||
|
||||
CPPFLAGS+= -DINET6
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue