summaryrefslogtreecommitdiff
path: root/bind/Makefile.in
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-12 08:18:38 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-12 08:18:38 -0500
commitbfbe0fd6b057926a39642d9e37be8e21a036b86a (patch)
treedb2b14a5582a942416325477320d4f1c20d1dd8a /bind/Makefile.in
parent4c6aa815b5cdb8f720765e2f00426e7cdfc835bc (diff)
downloadisc-dhcp-bfbe0fd6b057926a39642d9e37be8e21a036b86a.tar.gz
[master] Updated bundled Bind9 to 9.11.14
bind/Makefile.in bind/bind.tar.gz bind/version.tmp configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt util/bind.sh
Diffstat (limited to 'bind/Makefile.in')
-rw-r--r--bind/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/bind/Makefile.in b/bind/Makefile.in
index 8fb5358e..8fe8883f 100644
--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -26,13 +26,15 @@ bindconfig = --without-openssl --without-libxml2 --without-libjson \
--includedir=@includedir@ --libdir=@libdir@ --without-python\
@BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report
-cleandirs = ./lib ./include
+@BIND_ATF_FALSE@cleandirs = ./lib ./include
+@BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf
cleanfiles = ./configure.log ./build.log ./install.log
bindlibs = isc dns isccfg irs
installdirs = includedir=${binddir}/include libdir=${binddir}/lib
-all: bind1 bind2
+@BIND_ATF_FALSE@all: bind1 bind2
+@BIND_ATF_TRUE@all: bind1 atf bind2
bind1:
# Extract the source from the tarball, if it hasn't been already.