diff options
Diffstat (limited to 'usr.sbin/bind/make/rules.in')
-rw-r--r-- | usr.sbin/bind/make/rules.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/bind/make/rules.in b/usr.sbin/bind/make/rules.in index 09f5b9da2b8..5376856334f 100644 --- a/usr.sbin/bind/make/rules.in +++ b/usr.sbin/bind/make/rules.in @@ -1,7 +1,7 @@ -# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # -# Permission to use, copy, modify, and distribute this software for any +# Permission to use, copy, modify, and/or 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. # @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $ISC: rules.in,v 1.40.2.5.4.10 2006/01/06 00:01:42 marka Exp $ +# $ISC: rules.in,v 1.47.18.13 2007/08/28 07:20:06 tbox Exp $ ### ### Common Makefile rules for BIND 9. @@ -187,6 +187,7 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ +LINK_PROGRAM = @LN_S@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DATA = @INSTALL_DATA@ @@ -195,10 +196,11 @@ INSTALL_DATA = @INSTALL_DATA@ ### not to exist when not generating documentation. ### -XSLTPROC = @XSLTPROC@ --novalid +XSLTPROC = @XSLTPROC@ --novalid --xinclude --nonet PERL = @PERL@ LATEX = @LATEX@ PDFLATEX = @PDFLATEX@ +W3M = @W3M@ ### ### DocBook -> HTML |