Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2011 06:42:52 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220124 - head/sys/modules/ipfw
Message-ID:  <201103290642.p2T6gqve019641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Tue Mar 29 06:42:52 2011
New Revision: 220124
URL: http://svn.freebsd.org/changeset/base/220124

Log:
  Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.
  
  MFC after:	1 week

Modified:
  head/sys/modules/ipfw/Makefile

Modified: head/sys/modules/ipfw/Makefile
==============================================================================
--- head/sys/modules/ipfw/Makefile	Tue Mar 29 05:58:09 2011	(r220123)
+++ head/sys/modules/ipfw/Makefile	Tue Mar 29 06:42:52 2011	(r220124)
@@ -6,7 +6,7 @@
 
 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_dynamic.c ip_fw_log.c
 SRCS+=	ip_fw_sockopt.c ip_fw_table.c
 SRCS+=	opt_inet6.h opt_ipsec.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103290642.p2T6gqve019641>