]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add fddi.c.
authorTed Lemon <source@isc.org>
Fri, 24 Mar 2000 00:20:53 +0000 (00:20 +0000)
committerTed Lemon <source@isc.org>
Fri, 24 Mar 2000 00:20:53 +0000 (00:20 +0000)
common/Makefile.dist

index 9130c0b63078fa52c78ded44ca5bf385e14b0ed5..af5a451bfa04945800aaf2e5130185a2b73681e8 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.dist
 #
-# Copyright (c) 1996-1999 Internet Software Consortium.
+# Copyright (c) 1996-2000 Internet Software Consortium.
 # Use is subject to license terms which appear in the file named
 # ISC-LICENSE that should have accompanied this file when you
 # received it.   If a file named ISC-LICENSE did not accompany this
@@ -21,11 +21,11 @@ CATMANPAGES = dhcp-options.cat5 dhcp-contrib.cat5 dhcp-eval.cat5
 SEDMANPAGES = dhcp-options.man5 dhcp-contrib.man5 dhcp-eval.man5
 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 tr.c ethernet.c memory.c print.c options.c \
-        inet.c convert.c tree.c tables.c hash.c alloc.c \
+        inet.c convert.c tree.c tables.c hash.c alloc.c fddi.c \
         inet_addr.c dns.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 tr.o ethernet.o memory.o print.o options.o \
-        inet.o convert.o tree.o tables.o hash.o alloc.o \
+        inet.o convert.o tree.o tables.o hash.o alloc.o fddi.o \
         inet_addr.o dns.o resolv.o execute.o discover.o auth.o
 MAN    = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5