]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add upf.c
authorTed Lemon <source@isc.org>
Wed, 5 Mar 1997 06:13:07 +0000 (06:13 +0000)
committerTed Lemon <source@isc.org>
Wed, 5 Mar 1997 06:13:07 +0000 (06:13 +0000)
common/Makefile.dist

index 5d4d289318d9032480dd99f5227ede08cef33106..ea1c361b0c0ca44ada8998a482d85d617c866294 100644 (file)
 # 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