summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2002-02-17 19:52:16 +0000
committerHarald Welte <laforge@gnumonks.org>2002-02-17 19:52:16 +0000
commit4ab10af3f549e1ea6492c768db3778816fff7f05 (patch)
treed96a7556e502d64f5219c1c50f3e6270e937ffe1 /extensions/Makefile
parentba6d012a540f0ce2d5b25a1253620692790018b5 (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 e420aeb7..dc03f53c 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)))