summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-02-28 11:21:53 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-02-28 11:21:53 +0000
commit008a83fad0f131e08d03235e7615fb392d1f3c3b (patch)
tree62f2ec32c62882b3f48bc67dae64ba9a730b5784 /extensions/Makefile
parent2ca59042f5108b8ab5fcfbce494ca12c0c38551f (diff)
Move some include files to be present always, so build always includes them even if patches not applied (eg. for distributions).
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 5f7c603e..be607e92 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -3,6 +3,9 @@
PF_EXT_SLIB:=tcp udp icmp mac limit standard REJECT LOG unclean state multiport tos TOS mark MARK owner SNAT DNAT MASQUERADE REDIRECT MIRROR
PF6_EXT_SLIB:=tcp udp icmp standard MARK mark
+# The following may not be present, but compile them anyway.
+PF_EXT_SLIB+=FTOS TCPMSS TTL ULOG ah esp iplimit tcpmss ttl
+
# Optionals
PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))