summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-06-02 20:12:24 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-06-02 20:12:24 +0000
commit5eed48af2516ebce0412121713d285bc30edb10d (patch)
tree55d6e37bc7c33bfb022af33eafd558f2bbbe69d2 /Makefile
parent4e242f822ef0add1359c540ed0cf3acdf74c63f3 (diff)
Philip Blundell's IPv6 patches.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea219bed..bc37a032 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -Iinclude/ -I$(KERNEL_DIR)/include -DNDEBUG
DEPFILES = $(SHARED_LIBS:%.so=%.d)
SH_CFLAGS:=$(CFLAGS) -fPIC
-EXTRAS+=iptables iptables.o #iptables-save iptables-restore
+EXTRAS+=iptables iptables.o ip6tables ip6tables.o #iptables-save iptables-restore
EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(MANDIR)/man8/iptables.8 #$(DESTDIR)$(BINDIR)/iptables-save $(DESTDIR)$(BINDIR)/iptables-restore
# Sparc64 hack