From c32c86223ae12a478eed9feebc51e653d0f121f6 Mon Sep 17 00:00:00 2001 From: luigi Date: Wed, 24 Mar 2010 15:11:10 +0000 Subject: MFC r200636, list all files needed to build the ipfw module Submitted by: Alexander Wittig --- sys/modules/ipfw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index dd31d7e..b48d5c5 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -6,6 +6,8 @@ KMOD= ipfw SRCS= ip_fw2.c ip_fw_pfil.c +SRCS+= ip_fw_dynamic.c ip_fw_log.c ip_fw_nat.c +SRCS+= ip_fw_sockopt.c ip_fw_table.c SRCS+= opt_inet6.h opt_ipsec.h CFLAGS+= -DIPFIREWALL -- cgit v1.1