Date: Wed, 24 Mar 2010 15:11:10 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r205600 - stable/8/sys/modules/ipfw Message-ID: <201003241511.o2OFBA28033462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: luigi Date: Wed Mar 24 15:11:10 2010 New Revision: 205600 URL: http://svn.freebsd.org/changeset/base/205600 Log: MFC r200636, list all files needed to build the ipfw module Submitted by: Alexander Wittig Modified: stable/8/sys/modules/ipfw/Makefile Modified: stable/8/sys/modules/ipfw/Makefile ============================================================================== --- stable/8/sys/modules/ipfw/Makefile Wed Mar 24 14:56:56 2010 (r205599) +++ stable/8/sys/modules/ipfw/Makefile Wed Mar 24 15:11:10 2010 (r205600) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003241511.o2OFBA28033462>