summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorlaforge <laforge>2002-02-17 19:52:16 +0000
committerlaforge <laforge>2002-02-17 19:52:16 +0000
commitb7486e89984013977e396dc805342b6df9bc3a25 (patch)
treed96a7556e502d64f5219c1c50f3e6270e937ffe1 /extensions/Makefile
parentb8ed4384a4fba2e2107ad5839d13dca808f9fcc5 (diff)
make compilation of libip6t_LOG, libipt_length, libip6t_length and
libip6t_owner mandatory
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index e420aeb..dc03f53 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,10 +1,10 @@
#! /usr/bin/make
-PF_EXT_SLIB:=tcp udp icmp mac limit standard REJECT LOG unclean state multiport tos TOS mark MARK owner SNAT DNAT MASQUERADE REDIRECT MIRROR SAME
-PF6_EXT_SLIB:=tcp udp icmpv6 standard MARK mark
+PF_EXT_SLIB:=ah esp icmp limit mac mark multiport owner standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TCPMSS TOS ULOG
+PF6_EXT_SLIB:=icmpv6 mark tcp udp standard MARK
# The following may not be present, but compile them anyway.
-PF_EXT_SLIB+=FTOS TCPMSS TTL ULOG ah esp iplimit tcpmss ttl
+PF_EXT_SLIB+=TTL iplimit
# Optionals
PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))