summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-08-23 07:55:08 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-08-23 07:55:08 +0000
commitb078ef88aebc4b02dfc7d5e21fda317924e2a991 (patch)
tree34db854952a1121c0f0d73a1b56359435ad2c115 /extensions
parentd57390ea8aaeecbcd69ad2b44f76d0f7973363d3 (diff)
Disable ULOG (pending patch to make it dependent on header in KERNEL_DIR).
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 358940b1..2110df54 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)