diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:24 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:24 -0600 |
commit | c5b102d4b4b76c54d5cf2576dae9b38d003f39a0 (patch) | |
tree | 007a0a3408afda5fd9ec2de4dd66bf32546c940f /make | |
parent | fc0b5c902db294dff1930e558f8dce9cf060fd42 (diff) | |
download | bind9-c5b102d4b4b76c54d5cf2576dae9b38d003f39a0.tar.gz |
9.0.0b5
Diffstat (limited to 'make')
-rw-r--r-- | make/Makefile.in | 4 | ||||
-rw-r--r-- | make/includes.in | 2 | ||||
-rw-r--r-- | make/rules.in | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/make/Makefile.in b/make/Makefile.in index 8a4e9e17..cd216e05 100644 --- a/make/Makefile.in +++ b/make/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 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 @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.10 2000/06/22 22:00:27 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/make/includes.in b/make/includes.in index 68ad73f0..c96d194e 100644 --- a/make/includes.in +++ b/make/includes.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: includes.in,v 1.7 2000/06/22 22:00:29 tale Exp $ + # Search for machine-generated header files in the build tree, # and for normal headers in the source tree (${top_srcdir}). # We only need to look in OS-specific subdirectories for the diff --git a/make/rules.in b/make/rules.in index 88f58e12..2198f1d0 100644 --- a/make/rules.in +++ b/make/rules.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 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 @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: rules.in,v 1.19 2000/06/22 22:00:30 tale Exp $ + ### ### Common Makefile rules for BIND 9. ### |