aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind9/Makefile.in
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2008-07-12 05:00:28 +0000
committerPeter Wemm <peter@FreeBSD.org>2008-07-12 05:00:28 +0000
commita988131922df6e2093bf4391d6b1b021c07d6b3c (patch)
treeceac31a567976fd5866cb5791b059781f6e045de /contrib/bind9/Makefile.in
parent3104e2690b183ef5948f77893efb9ddc3f9edce2 (diff)
downloadsrc-a988131922df6e2093bf4391d6b1b021c07d6b3c.tar.gz
src-a988131922df6e2093bf4391d6b1b021c07d6b3c.zip
Flatten bind9 vendor work area
Notes
Notes: svn path=/vendor/bind9/dist/; revision=180456
Diffstat (limited to 'contrib/bind9/Makefile.in')
-rw-r--r--contrib/bind9/Makefile.in68
1 files changed, 0 insertions, 68 deletions
diff --git a/contrib/bind9/Makefile.in b/contrib/bind9/Makefile.in
deleted file mode 100644
index 9ff0f6493292..000000000000
--- a/contrib/bind9/Makefile.in
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 1998-2002 Internet Software Consortium.
-#
-# 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.
-#
-# 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.
-
-# $Id: Makefile.in,v 1.43.18.6 2007/09/03 23:46:21 tbox Exp $
-
-srcdir = @srcdir@
-VPATH = @srcdir@
-top_srcdir = @top_srcdir@
-
-@BIND9_VERSION@
-
-SUBDIRS = make lib bin doc @LIBBIND@
-TARGETS =
-
-@BIND9_MAKE_RULES@
-
-distclean::
- @if [ "X@LIBBIND@" = "X" ] ; then \
- i=lib/bind; \
- echo "making $@ in `pwd`/$$i"; \
- (cd $$i; ${MAKE} ${MAKEDEFS} $@) || exit 1; \
- fi
-
-distclean::
- rm -f config.cache config.h config.log config.status TAGS
- rm -f libtool isc-config.sh configure.lineno
- rm -f util/conf.sh docutil/docbook2man-wrapper.sh
-
-# XXX we should clean libtool stuff too. Only do this after we add rules
-# to make it.
-maintainer-clean::
- rm -f configure
-
-installdirs:
- $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \
- ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir}
-
-install:: isc-config.sh installdirs
- ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
-
-tags:
- rm -f TAGS
- find lib bin -name "*.[ch]" -print | @ETAGS@ -
-
-check: test
-
-test:
- (cd bin/tests && ${MAKE} ${MAKEDEFS} test)
-
-FAQ: FAQ.xml
- ${XSLTPROC} doc/xsl/isc-docbook-text.xsl FAQ.xml | \
- LC_ALL=C ${W3M} -T text/html -dump -cols 72 >$@.tmp
- mv $@.tmp $@
-
-clean::
- rm -f FAQ.tmp