]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't build sysconf.o or interact.o anymore.
authorTed Lemon <source@isc.org>
Tue, 16 Mar 1999 05:52:16 +0000 (05:52 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 Mar 1999 05:52:16 +0000 (05:52 +0000)
common/Makefile.dist

index 9e73fa2f30460ef3c487bfa876d9ffba4e93dab2..8754a465f8001721cf3ef2f3ae81931a2f15764c 100644 (file)
@@ -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