summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2000-07-07 14:55:17 +0000
committerJames Morris <jmorris@namei.org>2000-07-07 14:55:17 +0000
commit89cea43fbb06d5c56acb806a20d68d78a13f231d (patch)
treec0bd425dc045d6a27c9ee48a970945f85e3dfb1e /Makefile
parent725d97a79cf0b332ed45cb7d254915178328427d (diff)
Include ip6tables in installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc37a032..07cf2197 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ DEPFILES = $(SHARED_LIBS:%.so=%.d)
SH_CFLAGS:=$(CFLAGS) -fPIC
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
+EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(BINDIR)/ip6tables $(DESTDIR)$(MANDIR)/man8/iptables.8 #$(DESTDIR)$(BINDIR)/iptables-save $(DESTDIR)$(BINDIR)/iptables-restore
# Sparc64 hack
ifeq ($(shell uname -m),sparc64)