diff options
| author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2014-06-14 11:02:55 +0000 |
|---|---|---|
| committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2014-06-14 11:02:55 +0000 |
| commit | 409fd7368b909671115acb278fcd754b39209ef7 (patch) | |
| tree | 71431c9b8b0ef6c275f37c82a9e1d7868c829470 /sys/modules/ipfw/Makefile | |
| parent | 9f7d47b02590c7ed73b2d29450c4c8c52ac8c80b (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw/Makefile')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 46cd70b98f3b0..10d36a97df3fb 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -7,7 +7,7 @@ KMOD= ipfw SRCS= ip_fw2.c ip_fw_pfil.c SRCS+= ip_fw_dynamic.c ip_fw_log.c -SRCS+= ip_fw_sockopt.c ip_fw_table.c +SRCS+= ip_fw_sockopt.c ip_fw_table.c ip_fw_table_algo.c SRCS+= opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h opt_ipsec.h CFLAGS+= -DIPFIREWALL |
