diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:15:04 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:15:04 -0600 |
commit | 5339b05354d9d665c37aa3a1b197c03b3516d7ee (patch) | |
tree | 1577a05721f2478f1096e12f6c9293862cbb19eb /make | |
parent | ff3fd69d0fa5cbbf704c2d15c9550294f1873b19 (diff) | |
download | bind9-5339b05354d9d665c37aa3a1b197c03b3516d7ee.tar.gz |
9.2.7b1
Diffstat (limited to 'make')
-rw-r--r-- | make/rules.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/make/rules.in b/make/rules.in index c40456d2..e9da3063 100644 --- a/make/rules.in +++ b/make/rules.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.40.2.13 2005/10/28 01:53:57 marka Exp $ +# $Id: rules.in,v 1.40.2.15 2006/01/06 00:01:41 marka Exp $ ### ### Common Makefile rules for BIND 9. @@ -101,6 +101,12 @@ STD_CINCLUDES = @STD_CINCLUDES@ STD_CDEFINES = @STD_CDEFINES@ STD_CWARNINGS = @STD_CWARNINGS@ +BUILD_CC = @BUILD_CC@ +BUILD_CFLAGS = @BUILD_CFLAGS@ +BUILD_CPPFLAGS = @BUILD_CPPFLAGS@ +BUILD_LDFAGS = @BUILD_LDFAGS@ +BUILD_LIBS = @BUILD_LIBS@ + .SUFFIXES: .SUFFIXES: .c .@O@ |