]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add resolver parser
authorTed Lemon <source@isc.org>
Fri, 9 May 1997 07:55:19 +0000 (07:55 +0000)
committerTed Lemon <source@isc.org>
Fri, 9 May 1997 07:55:19 +0000 (07:55 +0000)
common/Makefile.dist

index 2fbc28266a4ce961a6698970fd92003004e8615e..df8789e216b7dae0bf878abe1794518734d79d9c 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
+        tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c resolv.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
+        tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dns.o resolv.o
 
 DEBUG  = -g
 INCLUDES = -I.. -I../includes