From: Ted Lemon Date: Thu, 25 Jun 1998 06:07:12 +0000 (+0000) Subject: Build dlpi.o X-Git-Tag: V2-BETA-1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f41671a76a592b0b6456c9615a077313f3241bc7;p=thirdparty%2Fdhcp.git Build dlpi.o --- diff --git a/common/Makefile.dist b/common/Makefile.dist index fb1b62da6..b1ddf94cf 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -32,10 +32,10 @@ CATMANPAGES = dhcp-options.cat5 SRC = raw.c parse.c nit.c icmp.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.c inet_addr.c + tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dlpi.c OBJ = raw.o parse.o nit.o icmp.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 inet_addr.o + tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dlpi.o MAN = dhcp-options.5 DEBUG = -g