summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-03-05 06:13:07 +0000
committerTed Lemon <source@isc.org>1997-03-05 06:13:07 +0000
commitd5e5a87a4878726878f17229d3070efcccfcc64d (patch)
tree53bdfcd881c156bb45456b491d67b376951af6c2
parente6d2e006c519480c58da3d2c48919d77844924d7 (diff)
downloadisc-dhcp-d5e5a87a4878726878f17229d3070efcccfcc64d.tar.gz
Add upf.c
-rw-r--r--common/Makefile.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Makefile.dist b/common/Makefile.dist
index 5d4d2893..ea1c361b 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