diff --git a/common/Makefile.dist b/common/Makefile.dist index 9130c0b6..af5a451b 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -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