]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add ctrace.c
authorTed Lemon <source@isc.org>
Mon, 12 Feb 2001 19:37:59 +0000 (19:37 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Feb 2001 19:37:59 +0000 (19:37 +0000)
common/Makefile.dist

index 83576521f96215113b25d204fb3fdda80fadf0d1..11379f45dafd62171f4d54397f342a77638be96d 100644 (file)
@@ -1,31 +1,14 @@
 # Makefile.dist
-#
-# 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
-# file, or you are not sure the one you have is correct, you may
-# obtain an applicable copy of the license at:
-#
-#             http://www.isc.org/isc-license-1.0.html. 
-#
-# This file is part of the ISC DHCP distribution.   The documentation
-# associated with this file is listed in the file DOCUMENTATION,
-# included in the top-level directory of this release.
-#
-# Support and other services are available for ISC products - see
-# http://www.isc.org for more information.
-#
 
 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 tree.c tables.c alloc.c fddi.c \
+        inet.c tree.c tables.c alloc.c fddi.c ctrace.c \
         dns.c resolv.c execute.c discover.c comapi.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 tree.o tables.o alloc.o fddi.o \
+        inet.o tree.o tables.o alloc.o fddi.o ctrace.o \
         dns.o resolv.o execute.o discover.o comapi.o
 MAN    = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5