
CONFOPTS= --build=i686-linux --host=arm-linux \
	--enable-static=yes --enable-shared=no \
	--with-ksource=$(KERNEL_ROOT) \
	--with-kbuild=$(KERNEL_ROOT)\
	--disable-ipv6 

all: config
	make -f Makefile

config:
	./configure $(CONFOPTS)

clean:
	@if test  -f "Makefile"; then \
		make -f Makefile clean \
	else :; fi
install:
	cp -f iptables-static $(RAMDISK_ROOT)/bin/iptables

all-recursive: Makefile
	make -f Makefile all-recursive
all-am: Makefile
	make -f Makefile all-am
clean-am: Makefile
	make -f Makefile clean-am
am--refresh: Makefile
	make -f Makefile am--refresh
distclean:
	make -f Makefile distclean
distclean-am:
	 make -f Makefile distclean-am
