diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /net/ipv4/Makefile | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r-- | net/ipv4/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index ad2a0a650..8ab280deb 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile @@ -81,6 +81,14 @@ ifeq ($(CONFIG_IP_MASQUERADE_MOD),y) endif endif + ifeq ($(CONFIG_IP_MASQUERADE_MFW),y) + IPV4_OBJS += ip_masq_mfw.o + else + ifeq ($(CONFIG_IP_MASQUERADE_MFW),m) + M_OBJS += ip_masq_mfw.o + endif + endif + endif M_OBJS += ip_masq_user.o |