diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2009-12-17 17:44:34 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2009-12-17 17:44:34 +0000 |
| commit | 8c5d93d4d48648aacade74ca9713c09d9e27ffb7 (patch) | |
| tree | 9d9db9219c7e5f7e003ec14c537c7bdd0ffd92c8 /sys/modules/ipfw | |
| parent | ed03d795ffa2a5764f96fa30b0d7ef778c214121 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index dd31d7e053ff..b48d5c598823 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 |
