summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorrusty <rusty>2001-02-28 11:21:53 +0000
committerrusty <rusty>2001-02-28 11:21:53 +0000
commitbf95365c89d536434981b7873fafc9d13ba0bfb9 (patch)
tree62f2ec32c62882b3f48bc67dae64ba9a730b5784 /extensions/Makefile
parentc72c8454e736fc194336ba9dc05b5623706eaff7 (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 5f7c603..be607e9 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)))