diff --git a/common/Makefile.dist b/common/Makefile.dist index df8789e2..dd32df0d 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -31,10 +31,12 @@ SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \ packet.c memory.c print.c options.c inet.c convert.c \ - tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c resolv.c + tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \ + resolv.c systat.c OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \ packet.o memory.o print.o options.o inet.o convert.o \ - tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dns.o resolv.o + tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dns.o \ + resolv.o systat.o DEBUG = -g INCLUDES = -I.. -I../includes