Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcp/dist from ftp.isc.org



details:   https://anonhg.NetBSD.org/src/rev/42db9dfda14e
branches:  trunk
changeset: 785661:42db9dfda14e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 24 15:45:44 2013 +0000

description:
from ftp.isc.org

diffstat:

 external/bsd/dhcp/dist/LICENSE                                             |    20 +
 external/bsd/dhcp/dist/Makefile.am                                         |    27 +
 external/bsd/dhcp/dist/Makefile.in                                         |   632 +
 external/bsd/dhcp/dist/README                                              |   658 +
 external/bsd/dhcp/dist/RELNOTES                                            |  3253 +++
 external/bsd/dhcp/dist/aclocal.m4                                          |   897 +
 external/bsd/dhcp/dist/client/Makefile.am                                  |    18 +
 external/bsd/dhcp/dist/client/Makefile.in                                  |   562 +
 external/bsd/dhcp/dist/client/clparse.c                                    |  2240 ++
 external/bsd/dhcp/dist/client/dhc6.c                                       |  5130 +++++
 external/bsd/dhcp/dist/client/dhclient-script.8                            |   236 +
 external/bsd/dhcp/dist/client/dhclient.8                                   |   488 +
 external/bsd/dhcp/dist/client/dhclient.c                                   |  4284 ++++
 external/bsd/dhcp/dist/client/dhclient.conf                                |    36 +
 external/bsd/dhcp/dist/client/dhclient.conf.5                              |   741 +
 external/bsd/dhcp/dist/client/dhclient.leases.5                            |    59 +
 external/bsd/dhcp/dist/client/scripts/bsdos                                |   324 +
 external/bsd/dhcp/dist/client/scripts/freebsd                              |   392 +
 external/bsd/dhcp/dist/client/scripts/linux                                |   318 +
 external/bsd/dhcp/dist/client/scripts/macos                                |   207 +
 external/bsd/dhcp/dist/client/scripts/netbsd                               |   324 +
 external/bsd/dhcp/dist/client/scripts/nextstep                             |    61 +
 external/bsd/dhcp/dist/client/scripts/openbsd                              |   318 +
 external/bsd/dhcp/dist/client/scripts/openwrt                              |   279 +
 external/bsd/dhcp/dist/client/scripts/solaris                              |   203 +
 external/bsd/dhcp/dist/common/Makefile.am                                  |    13 +
 external/bsd/dhcp/dist/common/Makefile.in                                  |   606 +
 external/bsd/dhcp/dist/common/alloc.c                                      |  1309 +
 external/bsd/dhcp/dist/common/bpf.c                                        |   611 +
 external/bsd/dhcp/dist/common/comapi.c                                     |   927 +
 external/bsd/dhcp/dist/common/conflex.c                                    |  1532 +
 external/bsd/dhcp/dist/common/ctrace.c                                     |   300 +
 external/bsd/dhcp/dist/common/dhcp-eval.5                                  |   554 +
 external/bsd/dhcp/dist/common/dhcp-options.5                               |  2143 ++
 external/bsd/dhcp/dist/common/discover.c                                   |  1872 +
 external/bsd/dhcp/dist/common/dispatch.c                                   |   418 +
 external/bsd/dhcp/dist/common/dlpi.c                                       |  1418 +
 external/bsd/dhcp/dist/common/dns.c                                        |  1755 +
 external/bsd/dhcp/dist/common/ethernet.c                                   |    98 +
 external/bsd/dhcp/dist/common/execute.c                                    |  1157 +
 external/bsd/dhcp/dist/common/fddi.c                                       |    97 +
 external/bsd/dhcp/dist/common/icmp.c                                       |   313 +
 external/bsd/dhcp/dist/common/inet.c                                       |   636 +
 external/bsd/dhcp/dist/common/lpf.c                                        |   472 +
 external/bsd/dhcp/dist/common/memory.c                                     |   159 +
 external/bsd/dhcp/dist/common/nit.c                                        |   427 +
 external/bsd/dhcp/dist/common/ns_name.c                                    |   653 +
 external/bsd/dhcp/dist/common/options.c                                    |  4084 ++++
 external/bsd/dhcp/dist/common/packet.c                                     |   348 +
 external/bsd/dhcp/dist/common/parse.c                                      |  5960 +++++
 external/bsd/dhcp/dist/common/print.c                                      |  1523 +
 external/bsd/dhcp/dist/common/raw.c                                        |   144 +
 external/bsd/dhcp/dist/common/resolv.c                                     |   200 +
 external/bsd/dhcp/dist/common/socket.c                                     |  1133 +
 external/bsd/dhcp/dist/common/tables.c                                     |  1419 +
 external/bsd/dhcp/dist/common/tests/Makefile.am                            |    11 +
 external/bsd/dhcp/dist/common/tests/Makefile.in                            |   469 +
 external/bsd/dhcp/dist/common/tests/test_alloc.c                           |   499 +
 external/bsd/dhcp/dist/common/tr.c                                         |   333 +
 external/bsd/dhcp/dist/common/tree.c                                       |  4466 ++++
 external/bsd/dhcp/dist/common/upf.c                                        |   378 +
 external/bsd/dhcp/dist/configure                                           |  9978 ++++++++++
 external/bsd/dhcp/dist/configure.ac                                        |   590 +
 external/bsd/dhcp/dist/contrib/3.0b1-lease-convert                         |   126 +
 external/bsd/dhcp/dist/contrib/dhclient-tz-exithook.sh                     |   179 +
 external/bsd/dhcp/dist/contrib/dhcp.spec                                   |   157 +
 external/bsd/dhcp/dist/contrib/ldap/README.ldap                            |   191 +
 external/bsd/dhcp/dist/contrib/ldap/dhcp.schema                            |   462 +
 external/bsd/dhcp/dist/contrib/ldap/dhcpd-conf-to-ldap                     |   760 +
 external/bsd/dhcp/dist/contrib/ms2isc/Registry.pm                          |   361 +
 external/bsd/dhcp/dist/contrib/ms2isc/ms2isc.pl                            |   634 +
 external/bsd/dhcp/dist/contrib/ms2isc/readme.txt                           |    15 +
 external/bsd/dhcp/dist/contrib/sethostname.sh                              |    29 +
 external/bsd/dhcp/dist/contrib/solaris.init                                |    28 +
 external/bsd/dhcp/dist/depcomp                                             |   530 +
 external/bsd/dhcp/dist/dhcpctl/Makefile.am                                 |    15 +
 external/bsd/dhcp/dist/dhcpctl/Makefile.in                                 |   592 +
 external/bsd/dhcp/dist/dhcpctl/callback.c                                  |   173 +
 external/bsd/dhcp/dist/dhcpctl/cltest.c                                    |   181 +
 external/bsd/dhcp/dist/dhcpctl/dhcpctl.3                                   |   495 +
 external/bsd/dhcp/dist/dhcpctl/dhcpctl.c                                   |   595 +
 external/bsd/dhcp/dist/dhcpctl/dhcpctl.h                                   |   130 +
 external/bsd/dhcp/dist/dhcpctl/omshell.1                                   |   336 +
 external/bsd/dhcp/dist/dhcpctl/omshell.c                                   |   739 +
 external/bsd/dhcp/dist/dhcpctl/remote.c                                    |   366 +
 external/bsd/dhcp/dist/doc/IANA-arp-parameters                             |   145 +
 external/bsd/dhcp/dist/doc/Makefile                                        |    29 +
 external/bsd/dhcp/dist/doc/References.html                                 |  1031 +
 external/bsd/dhcp/dist/doc/References.txt                                  |  1120 +
 external/bsd/dhcp/dist/doc/References.xml                                  |   788 +
 external/bsd/dhcp/dist/doc/api+protocol                                    |   436 +
 external/bsd/dhcp/dist/doc/examples/dhclient-dhcpv6.conf                   |    11 +
 external/bsd/dhcp/dist/doc/examples/dhcpd-dhcpv6.conf                      |   105 +
 external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient-script.8                   |   244 +
 external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient.8                          |   367 +
 external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient.conf.5                     |   627 +
 external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhclient.leases.5                   |    64 +
 external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhcp-eval.5                         |   490 +
 external/bsd/dhcp/dist/doc/ja_JP.eucJP/dhcp-options.5                      |  1584 +
 external/bsd/dhcp/dist/dst/Makefile.am                                     |     8 +
 external/bsd/dhcp/dist/dst/Makefile.in                                     |   440 +
 external/bsd/dhcp/dist/dst/base64.c                                        |   328 +
 external/bsd/dhcp/dist/dst/dst_api.c                                       |  1091 +
 external/bsd/dhcp/dist/dst/dst_internal.h                                  |   173 +
 external/bsd/dhcp/dist/dst/dst_support.c                                   |   467 +
 external/bsd/dhcp/dist/dst/hmac_link.c                                     |   498 +
 external/bsd/dhcp/dist/dst/md5.h                                           |   125 +
 external/bsd/dhcp/dist/dst/md5_dgst.c                                      |   398 +
 external/bsd/dhcp/dist/dst/md5_locl.h                                      |   213 +
 external/bsd/dhcp/dist/dst/prandom.c                                       |   959 +
 external/bsd/dhcp/dist/includes/Makefile.am                                |    11 +
 external/bsd/dhcp/dist/includes/Makefile.in                                |   404 +
 external/bsd/dhcp/dist/includes/arpa/nameser.h                             |   469 +
 external/bsd/dhcp/dist/includes/arpa/nameser_compat.h                      |   185 +
 external/bsd/dhcp/dist/includes/cdefs.h                                    |    62 +
 external/bsd/dhcp/dist/includes/config.h.in                                |   265 +
 external/bsd/dhcp/dist/includes/ctrace.h                                   |    82 +
 external/bsd/dhcp/dist/includes/dhcp.h                                     |   204 +
 external/bsd/dhcp/dist/includes/dhcp6.h                                    |   215 +
 external/bsd/dhcp/dist/includes/dhcpd.h                                    |  3560 +++
 external/bsd/dhcp/dist/includes/dhctoken.h                                 |   377 +
 external/bsd/dhcp/dist/includes/failover.h                                 |   405 +
 external/bsd/dhcp/dist/includes/heap.h                                     |   165 +
 external/bsd/dhcp/dist/includes/inet.h                                     |    90 +
 external/bsd/dhcp/dist/includes/isc-dhcp/dst.h                             |   144 +
 external/bsd/dhcp/dist/includes/minires.h                                  |    45 +
 external/bsd/dhcp/dist/includes/netinet/if_ether.h                         |    68 +
 external/bsd/dhcp/dist/includes/netinet/ip.h                               |   165 +
 external/bsd/dhcp/dist/includes/netinet/ip_icmp.h                          |   184 +
 external/bsd/dhcp/dist/includes/netinet/udp.h                              |    72 +
 external/bsd/dhcp/dist/includes/omapip/alloc.h                             |   116 +
 external/bsd/dhcp/dist/includes/omapip/buffer.h                            |    88 +
 external/bsd/dhcp/dist/includes/omapip/convert.h                           |    57 +
 external/bsd/dhcp/dist/includes/omapip/hash.h                              |   172 +
 external/bsd/dhcp/dist/includes/omapip/isclib.h                            |   124 +
 external/bsd/dhcp/dist/includes/omapip/omapip.h                            |   626 +
 external/bsd/dhcp/dist/includes/omapip/omapip_p.h                          |   311 +
 external/bsd/dhcp/dist/includes/omapip/result.h                            |   122 +
 external/bsd/dhcp/dist/includes/omapip/trace.h                             |   120 +
 external/bsd/dhcp/dist/includes/osdep.h                                    |   298 +
 external/bsd/dhcp/dist/includes/site.h                                     |   231 +
 external/bsd/dhcp/dist/includes/statement.h                                |   115 +
 external/bsd/dhcp/dist/includes/t_api.h                                    |   105 +
 external/bsd/dhcp/dist/includes/tree.h                                     |   360 +
 external/bsd/dhcp/dist/install-sh                                          |   323 +
 external/bsd/dhcp/dist/missing                                             |   360 +
 external/bsd/dhcp/dist/omapip/Makefile.am                                  |    14 +
 external/bsd/dhcp/dist/omapip/Makefile.in                                  |   530 +
 external/bsd/dhcp/dist/omapip/alloc.c                                      |  1174 +
 external/bsd/dhcp/dist/omapip/array.c                                      |   167 +
 external/bsd/dhcp/dist/omapip/auth.c                                       |   289 +
 external/bsd/dhcp/dist/omapip/buffer.c                                     |   728 +
 external/bsd/dhcp/dist/omapip/connection.c                                 |  1114 +
 external/bsd/dhcp/dist/omapip/convert.c                                    |   190 +
 external/bsd/dhcp/dist/omapip/dispatch.c                                   |   917 +
 external/bsd/dhcp/dist/omapip/errwarn.c                                    |   366 +
 external/bsd/dhcp/dist/omapip/generic.c                                    |   310 +
 external/bsd/dhcp/dist/omapip/handle.c                                     |   315 +
 external/bsd/dhcp/dist/omapip/hash.c                                       |   571 +
 external/bsd/dhcp/dist/omapip/inet_addr.c                                  |   149 +
 external/bsd/dhcp/dist/omapip/isclib.c                                     |   221 +
 external/bsd/dhcp/dist/omapip/iscprint.c                                   |   541 +
 external/bsd/dhcp/dist/omapip/listener.c                                   |   483 +
 external/bsd/dhcp/dist/omapip/message.c                                    |   773 +
 external/bsd/dhcp/dist/omapip/omapi.3                                      |   249 +
 external/bsd/dhcp/dist/omapip/protocol.c                                   |  1319 +
 external/bsd/dhcp/dist/omapip/result.c                                     |    88 +
 external/bsd/dhcp/dist/omapip/support.c                                    |   857 +
 external/bsd/dhcp/dist/omapip/test.c                                       |   116 +
 external/bsd/dhcp/dist/omapip/toisc.c                                      |   222 +
 external/bsd/dhcp/dist/omapip/trace.c                                      |   721 +
 external/bsd/dhcp/dist/relay/Makefile.am                                   |     9 +
 external/bsd/dhcp/dist/relay/Makefile.in                                   |   471 +
 external/bsd/dhcp/dist/relay/dhcrelay.8                                    |   260 +
 external/bsd/dhcp/dist/relay/dhcrelay.c                                    |  1684 +
 external/bsd/dhcp/dist/server/Makefile.am                                  |    16 +
 external/bsd/dhcp/dist/server/Makefile.in                                  |   818 +
 external/bsd/dhcp/dist/server/bootp.c                                      |   427 +
 external/bsd/dhcp/dist/server/class.c                                      |   313 +
 external/bsd/dhcp/dist/server/confpars.c                                   |  5509 +++++
 external/bsd/dhcp/dist/server/db.c                                         |  1185 +
 external/bsd/dhcp/dist/server/ddns.c                                       |  1802 +
 external/bsd/dhcp/dist/server/dhcp.c                                       |  4479 ++++
 external/bsd/dhcp/dist/server/dhcpd.8                                      |   807 +
 external/bsd/dhcp/dist/server/dhcpd.c                                      |  1509 +
 external/bsd/dhcp/dist/server/dhcpd.conf                                   |   104 +
 external/bsd/dhcp/dist/server/dhcpd.conf.5                                 |  3014 +++
 external/bsd/dhcp/dist/server/dhcpd.leases.5                               |   293 +
 external/bsd/dhcp/dist/server/dhcpleasequery.c                             |  1270 +
 external/bsd/dhcp/dist/server/dhcpv6.c                                     |  6058 ++++++
 external/bsd/dhcp/dist/server/failover.c                                   |  6396 ++++++
 external/bsd/dhcp/dist/server/ldap.c                                       |  2006 ++
 external/bsd/dhcp/dist/server/ldap_casa.c                                  |   161 +
 external/bsd/dhcp/dist/server/mdb.c                                        |  2994 +++
 external/bsd/dhcp/dist/server/mdb6.c                                       |  2557 ++
 external/bsd/dhcp/dist/server/omapi.c                                      |  2589 ++
 external/bsd/dhcp/dist/server/salloc.c                                     |   259 +
 external/bsd/dhcp/dist/server/stables.c                                    |   515 +
 external/bsd/dhcp/dist/tests/DHCPv6/000-badmsgtype.pl                      |   164 +
 external/bsd/dhcp/dist/tests/DHCPv6/010-solicit-noclientid.pl              |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/011-solicit-serverid.pl                |   215 +
 external/bsd/dhcp/dist/tests/DHCPv6/020-advertise-mcast.pl                 |   164 +
 external/bsd/dhcp/dist/tests/DHCPv6/030-request-noclientid.pl              |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/031-request-noserverid.pl              |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/032-request-badduid.pl                 |   216 +
 external/bsd/dhcp/dist/tests/DHCPv6/110-information-request-ia_na.pl       |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/111-information-request-ia_ta.pl       |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/112-badduid.pl                         |   208 +
 external/bsd/dhcp/dist/tests/DHCPv6/210-solicit-nohost.pl                  |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/211-solicit-opt-in-na.pl               |   218 +
 external/bsd/dhcp/dist/tests/DHCPv6/212-solicit-opt-in-na-norapidcommit.pl |   218 +
 external/bsd/dhcp/dist/tests/DHCPv6/280-release-nohost.pl                  |   175 +
 external/bsd/dhcp/dist/tests/DHCPv6/281-release-bad-address.pl             |   187 +
 external/bsd/dhcp/dist/tests/DHCPv6/282-release-no-address.pl              |   183 +
 external/bsd/dhcp/dist/tests/DHCPv6/283-release.pl                         |   189 +
 external/bsd/dhcp/dist/tests/DHCPv6/290-decline-nohost.pl                  |   175 +
 external/bsd/dhcp/dist/tests/DHCPv6/291-decline-bad-address.pl             |   187 +
 external/bsd/dhcp/dist/tests/DHCPv6/292-decline-no-address.pl              |   183 +
 external/bsd/dhcp/dist/tests/DHCPv6/293-decline.pl                         |   189 +
 external/bsd/dhcp/dist/tests/DHCPv6/README                                 |    62 +
 external/bsd/dhcp/dist/tests/DHCPv6/dhcp_client.pm                         |   454 +
 external/bsd/dhcp/dist/tests/DHCPv6/stubcli-opt-in-na.pl                   |   217 +
 external/bsd/dhcp/dist/tests/DHCPv6/stubcli.pl                             |   212 +
 external/bsd/dhcp/dist/tests/DHCPv6/test-a.conf                            |    67 +
 external/bsd/dhcp/dist/tests/DHCPv6/test-b.conf                            |    60 +
 external/bsd/dhcp/dist/tests/HOWTO-unit-test                               |   153 +
 external/bsd/dhcp/dist/tests/Makefile.am                                   |    33 +
 external/bsd/dhcp/dist/tests/Makefile.in                                   |   421 +
 external/bsd/dhcp/dist/tests/failover/dhcp-1.cf                            |   154 +
 external/bsd/dhcp/dist/tests/failover/dhcp-2.cf                            |   152 +
 external/bsd/dhcp/dist/tests/failover/new-failover                         |    28 +
 external/bsd/dhcp/dist/tests/t_api.c                                       |   826 +
 external/bsd/dhcp/dist/tests/t_api_dhcp.c                                  |    46 +
 external/bsd/dhcp/dist/tests/unit_test_sample.c                            |    27 +
 external/bsd/dhcp/dist/util/bindvar.sh                                     |    35 +
 235 files changed, 167266 insertions(+), 0 deletions(-)

diffs (truncated from 168207 to 300 lines):

diff -r 4c36d3396d0b -r 42db9dfda14e external/bsd/dhcp/dist/LICENSE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcp/dist/LICENSE    Sun Mar 24 15:45:44 2013 +0000
@@ -0,0 +1,20 @@
+# Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 1995-2003 by Internet Software Consortium
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+#
+#   Internet Systems Consortium, Inc.
+#   950 Charter Street
+#   Redwood City, CA 94063
+#   <info%isc.org@localhost>
+#   https://www.isc.org/
diff -r 4c36d3396d0b -r 42db9dfda14e external/bsd/dhcp/dist/Makefile.am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcp/dist/Makefile.am        Sun Mar 24 15:45:44 2013 +0000
@@ -0,0 +1,27 @@
+#
+# automake adds dependencies that we don't like, so we explicitly remove them
+#
+Makefile:
+
+#
+# We have a lot of files that we want shipped with the distribution.
+#
+EXTRA_DIST = RELNOTES LICENSE \
+            contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
+            contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
+            contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
+            contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
+            contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
+            doc/IANA-arp-parameters doc/Makefile doc/References.html \
+            doc/References.txt doc/References.xml doc/api+protocol \
+            doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
+            doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
+            doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
+            doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
+            util/bindvar.sh \
+            bind/Makefile bind/bind.tar.gz bind/version.tmp 
+
+SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
+
+nobase_include_HEADERS = dhcpctl/dhcpctl.h
+
diff -r 4c36d3396d0b -r 42db9dfda14e external/bsd/dhcp/dist/Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcp/dist/Makefile.in        Sun Mar 24 15:45:44 2013 +0000
@@ -0,0 +1,632 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+subdir = .
+DIST_COMMON = README $(am__configure_deps) $(nobase_include_HEADERS) \
+       $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+       $(top_srcdir)/configure depcomp install-sh missing
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/includes/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+       html-recursive info-recursive install-data-recursive \
+       install-dvi-recursive install-exec-recursive \
+       install-html-recursive install-info-recursive \
+       install-pdf-recursive install-ps-recursive install-recursive \
+       installcheck-recursive installdirs-recursive pdf-recursive \
+       ps-recursive uninstall-recursive
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(includedir)"
+nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
+HEADERS = $(nobase_include_HEADERS)
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
+  distclean-recursive maintainer-clean-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDAP_CFLAGS = @LDAP_CFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_prefix_program = @ac_prefix_program@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build_alias = @build_alias@
+builddir = @builddir@
+byte_order = @byte_order@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+
+#
+# We have a lot of files that we want shipped with the distribution.
+#
+EXTRA_DIST = RELNOTES LICENSE \
+            contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
+            contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
+            contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
+            contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
+            contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
+            doc/IANA-arp-parameters doc/Makefile doc/References.html \
+            doc/References.txt doc/References.xml doc/api+protocol \
+            doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
+            doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
+            doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
+            doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
+            util/bindvar.sh \
+            bind/Makefile bind/bind.tar.gz bind/version.tmp 
+
+SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
+nobase_include_HEADERS = dhcpctl/dhcpctl.h
+all: all-recursive
+
+.SUFFIXES:
+am--refresh:
+       @:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+       @for dep in $?; do \
+         case '$(am__configure_deps)' in \
+           *$$dep*) \
+             echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+             cd $(srcdir) && $(AUTOMAKE) --foreign  \
+               && exit 0; \
+             exit 1;; \
+         esac; \
+       done; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+       cd $(top_srcdir) && \
+         $(AUTOMAKE) --foreign  Makefile
+.PRECIOUS: Makefile
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+       $(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+       cd $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+install-nobase_includeHEADERS: $(nobase_include_HEADERS)
+       @$(NORMAL_INSTALL)
+       test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
+       @$(am__vpath_adj_setup) \
+       list='$(nobase_include_HEADERS)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         $(am__vpath_adj) \
+         echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
+         $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+       done
+
+uninstall-nobase_includeHEADERS:
+       @$(NORMAL_UNINSTALL)
+       @$(am__vpath_adj_setup) \
+       list='$(nobase_include_HEADERS)'; for p in $$list; do \
+         $(am__vpath_adj) \
+         echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
+         rm -f "$(DESTDIR)$(includedir)/$$f"; \
+       done
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,



Home | Main Index | Thread Index | Old Index