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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"