]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add systat.c
authorTed Lemon <source@isc.org>
Tue, 16 Sep 1997 18:11:22 +0000 (18:11 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 Sep 1997 18:11:22 +0000 (18:11 +0000)
common/Makefile.dist

index df8789e216b7dae0bf878abe1794518734d79d9c..dd32df0db15b47cc0444310acc52661b79ac1ca7 100644 (file)
 
 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