From 62b2bc86a273d60a10009074e7e0057938f7ac93 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 16 Sep 1997 18:11:22 +0000 Subject: [PATCH] Add systat.c --- common/Makefile.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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