mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
Add lpf.c
This commit is contained in:
parent
e43f1b77b7
commit
662ef88a6d
@ -1,6 +1,6 @@
|
|||||||
# Makefile.dist
|
# Makefile.dist
|
||||||
#
|
#
|
||||||
# Copyright (c) 1996, 1997, 1998 The Internet Software Consortium.
|
# Copyright (c) 1996, 1997, 1998, 1999 The Internet Software Consortium.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -32,11 +32,11 @@
|
|||||||
|
|
||||||
CATMANPAGES = dhcp-options.cat5
|
CATMANPAGES = dhcp-options.cat5
|
||||||
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
|
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
|
||||||
dlpi.c packet.c memory.c print.c options.c inet.c convert.c \
|
lpf.c dlpi.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 dns.c \
|
tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \
|
||||||
resolv.c sysconf.c interact.c execute.c discover.c
|
resolv.c sysconf.c interact.c execute.c discover.c
|
||||||
OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \
|
OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \
|
||||||
dlpi.o packet.o memory.o print.o options.o inet.o convert.o \
|
lpf.o dlpi.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 dns.o \
|
tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dns.o \
|
||||||
resolv.o sysconf.o interact.o execute.o discover.o
|
resolv.o sysconf.o interact.o execute.o discover.o
|
||||||
MAN = dhcp-options.5
|
MAN = dhcp-options.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user