Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
dc309be4
Commit
dc309be4
authored
Mar 24, 2000
by
Ted Lemon
Browse files
Add fddi.c.
parent
3b106356
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/Makefile.dist
View file @
dc309be4
# 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
# ISC-LICENSE that should have accompanied this file when you
# 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
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
\
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
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
\
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
MAN
=
dhcp-options.5 dhcp-contrib.5 dhcp-eval.5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment