]> mj.ucw.cz Git - netgrind.git/blob - netgrind/Makefile
TODO: A note on IPv6
[netgrind.git] / netgrind / Makefile
1 DIRS+=netgrind
2 PROGS+=obj/netgrind/netgrind
3 NG_OBJS=netgrind.o pkt.o link.o ip.o tcp.o save.o http.o histogram.o
4
5 obj/netgrind/netgrind: $(addprefix obj/netgrind/,$(NG_OBJS)) $(LIBSH)
6 obj/netgrind/netgrind: LIBS+=-lpcap