From: Ted Lemon Date: Wed, 5 Mar 1997 06:13:07 +0000 (+0000) Subject: Add upf.c X-Git-Tag: DHCP-970305~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e5a87a4878726878f17229d3070efcccfcc64d;p=thirdparty%2Fdhcp.git Add upf.c --- diff --git a/common/Makefile.dist b/common/Makefile.dist index 5d4d28931..ea1c361b0 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -29,10 +29,10 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. # -SRC = raw.c parse.c nit.c dispatch.c conflex.c bpf.c socket.c \ +SRC = raw.c parse.c nit.c dispatch.c conflex.c upf.c bpf.c socket.c \ packet.c memory.c print.c options.c inet.c convert.c \ - tree.c tables.c hash.c alloc.c errwarn.o -OBJ = raw.o parse.o nit.o dispatch.o conflex.o bpf.o socket.o \ + tree.c tables.c hash.c alloc.c errwarn.c +OBJ = raw.o parse.o nit.o dispatch.o conflex.o upf.o bpf.o socket.o \ packet.o memory.o print.o options.o inet.o convert.o \ tree.o tables.o hash.o alloc.o errwarn.o