From d130b8e86cdcff7bffa0c351ee0fb70b3b6e706e Mon Sep 17 00:00:00 2001 From: David Hankins Date: Fri, 4 Dec 2009 22:27:10 +0000 Subject: [PATCH] fix 'make check' --- util/Makefile.bind | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/Makefile.bind b/util/Makefile.bind index aa34d39b4..d0ea246ab 100644 --- a/util/Makefile.bind +++ b/util/Makefile.bind @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.bind,v 1.3 2009/12/02 23:51:13 sar Exp $ +# $Id: Makefile.bind,v 1.4 2009/12/04 22:27:10 dhankins Exp $ # Configure and build the bind libraries for use by DHCP @@ -70,3 +70,6 @@ distdir: disclean: install: + +check: + -- 2.47.3