summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorrusty <rusty>2000-08-23 07:55:08 +0000
committerrusty <rusty>2000-08-23 07:55:08 +0000
commit297f8f31e381bc0672a05d19ba338e18a2490b25 (patch)
tree34db854952a1121c0f0d73a1b56359435ad2c115 /extensions/Makefile
parentcb897504ae088537de2dcc34eb8b648680dbfe63 (diff)
Disable ULOG (pending patch to make it dependent on header in KERNEL_DIR).
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 358940b..2110df5 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,6 @@
#! /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 ULOG
+PF_EXT_SLIB:=tcp udp icmp mac limit standard REJECT LOG unclean state multiport tos TOS mark MARK owner SNAT DNAT MASQUERADE REDIRECT #ULOG
PF6_EXT_SLIB:=tcp udp icmp standard
SHARED_LIBS+=$(foreach T,$(PF_EXT_SLIB),extensions/libipt_$(T).so)
SHARED_LIBS+=$(foreach T,$(PF6_EXT_SLIB),extensions/libip6t_$(T).so)