]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Build dlpi.o
authorTed Lemon <source@isc.org>
Thu, 25 Jun 1998 06:07:12 +0000 (06:07 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Jun 1998 06:07:12 +0000 (06:07 +0000)
common/Makefile.dist

index fb1b62da65c46c595b79be7e06c3396eb1acaefc..b1ddf94cfe43422d50deed6533d5009fdfb83723 100644 (file)
 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