]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add discover.c. Remove spurious tab.
authorTed Lemon <source@isc.org>
Sat, 17 Oct 1998 13:33:40 +0000 (13:33 +0000)
committerTed Lemon <source@isc.org>
Sat, 17 Oct 1998 13:33:40 +0000 (13:33 +0000)
common/Makefile.dist

index f17b3b477e33aa34586f1b23e639f61802f9d3e4..4c91da04df5366c2731fb89ec30183d20da231af 100644 (file)
@@ -34,11 +34,11 @@ CATMANPAGES = dhcp-options.cat5
 SRC    = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.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
+        resolv.c sysconf.c interact.c execute.c discover.c
 OBJ    = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.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
+        resolv.o sysconf.o interact.o execute.o discover.o
 MAN    = dhcp-options.5
 
 DEBUG  = -g
@@ -74,7 +74,7 @@ install: $(CATMANPAGES)
 
 clean:
        -rm -f $(OBJ)
-       
+
 realclean: clean
        -rm -f libdhcp.a *~ #* $(CATMANPAGES)