all:    check_ipf

check_ipf:	check_ipf.o ipf_calls.o ipf_calls_inet6.o
	$(CC) -o $@ $>

clean:
	rm -f *.o *.core check_ipf

