2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

Add systat.c

This commit is contained in:
Ted Lemon
1997-09-16 18:11:22 +00:00
parent f404b59e4f
commit 62b2bc86a2

View File

@@ -31,10 +31,12 @@
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \ 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 \ 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 \ 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 \ 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 DEBUG = -g
INCLUDES = -I.. -I../includes INCLUDES = -I.. -I../includes