mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 07:15:44 +00:00
Add fddi.c.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Makefile.dist
|
# Makefile.dist
|
||||||
#
|
#
|
||||||
# Copyright (c) 1996-1999 Internet Software Consortium.
|
# Copyright (c) 1996-2000 Internet Software Consortium.
|
||||||
# Use is subject to license terms which appear in the file named
|
# Use is subject to license terms which appear in the file named
|
||||||
# ISC-LICENSE that should have accompanied this file when you
|
# ISC-LICENSE that should have accompanied this file when you
|
||||||
# received it. If a file named ISC-LICENSE did not accompany this
|
# received it. If a file named ISC-LICENSE did not accompany this
|
||||||
@@ -21,11 +21,11 @@ CATMANPAGES = dhcp-options.cat5 dhcp-contrib.cat5 dhcp-eval.cat5
|
|||||||
SEDMANPAGES = dhcp-options.man5 dhcp-contrib.man5 dhcp-eval.man5
|
SEDMANPAGES = dhcp-options.man5 dhcp-contrib.man5 dhcp-eval.man5
|
||||||
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 \
|
||||||
lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \
|
lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \
|
||||||
inet.c convert.c tree.c tables.c hash.c alloc.c \
|
inet.c convert.c tree.c tables.c hash.c alloc.c fddi.c \
|
||||||
inet_addr.c dns.c resolv.c execute.c discover.c auth.c
|
inet_addr.c dns.c resolv.c execute.c discover.c auth.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 \
|
||||||
lpf.o dlpi.o packet.o tr.o ethernet.o memory.o print.o options.o \
|
lpf.o dlpi.o packet.o tr.o ethernet.o memory.o print.o options.o \
|
||||||
inet.o convert.o tree.o tables.o hash.o alloc.o \
|
inet.o convert.o tree.o tables.o hash.o alloc.o fddi.o \
|
||||||
inet_addr.o dns.o resolv.o execute.o discover.o auth.o
|
inet_addr.o dns.o resolv.o execute.o discover.o auth.o
|
||||||
MAN = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5
|
MAN = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user