From: Ted Lemon Date: Tue, 16 Mar 1999 05:52:16 +0000 (+0000) Subject: Don't build sysconf.o or interact.o anymore. X-Git-Tag: V3-ALPHA-19990315~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76004f1440ff0cec682edf9cfce50730b50c878;p=thirdparty%2Fdhcp.git Don't build sysconf.o or interact.o anymore. --- diff --git a/common/Makefile.dist b/common/Makefile.dist index 9e73fa2f3..8754a465f 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -21,11 +21,11 @@ CATMANPAGES = dhcp-options.cat5 SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \ lpf.c dlpi.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 interact.c execute.c discover.c auth.c + resolv.c execute.c discover.c auth.c OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \ lpf.o dlpi.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 interact.o execute.o discover.o auth.o + resolv.o execute.o discover.o auth.o MAN = dhcp-options.5 DEBUG = -g