Fix breakage caused by last commit. "npf_alg_icmp.c" is supposed to be

its own kernel module.
This commit is contained in:
tron 2011-11-06 13:04:44 +00:00
parent e9e19f6e0e
commit 0783b12674
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2011/11/06 12:07:21 tron Exp $
# $NetBSD: Makefile,v 1.7 2011/11/06 13:04:44 tron Exp $
.include "../Makefile.inc"
@ -6,7 +6,7 @@
KMOD= npf
SRCS= npf.c npf_alg.c npf_alg_icmp.c npf_ctl.c npf_handler.c
SRCS= npf.c npf_alg.c npf_ctl.c npf_handler.c
SRCS+= npf_inet.c npf_instr.c npf_log.c npf_mbuf.c npf_nat.c
SRCS+= npf_processor.c npf_ruleset.c npf_sendpkt.c npf_session.c
SRCS+= npf_state.c npf_tableset.c