From: Ted Lemon Date: Sat, 6 Dec 1997 11:25:21 +0000 (+0000) Subject: Don't build dns.o, resolv.o or sysconf.o in 2.0 X-Git-Tag: V2-BETA-1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68eb96d3ab006e1ebb643f529db81b87a660d8e0;p=thirdparty%2Fdhcp.git Don't build dns.o, resolv.o or sysconf.o in 2.0 --- diff --git a/common/Makefile.dist b/common/Makefile.dist index 841f0c4f5..fb1b62da6 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -32,12 +32,10 @@ CATMANPAGES = dhcp-options.cat5 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 sysconf.c + tree.c tables.c hash.c alloc.c errwarn.c inet_addr.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 sysconf.o + tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o MAN = dhcp-options.5 DEBUG = -g