MFC r200636, list all files needed to build the ipfw module

Submitted by:	Alexander Wittig
This commit is contained in:
Luigi Rizzo 2010-03-24 15:11:10 +00:00
parent 9e211e5715
commit 183fd3c950
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=205600

View File

@ -6,6 +6,8 @@
KMOD= ipfw KMOD= ipfw
SRCS= ip_fw2.c ip_fw_pfil.c 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 SRCS+= opt_inet6.h opt_ipsec.h
CFLAGS+= -DIPFIREWALL CFLAGS+= -DIPFIREWALL