From b3745bf5aaa479e919b69fb8aea081bd63ff5e61 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 2 Dec 2009 23:51:13 +0000 Subject: [PATCH] Add tags to keep the make system happy --- util/Makefile.bind | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/util/Makefile.bind b/util/Makefile.bind index ab685d5bf..aa34d39b4 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.2 2009/12/02 20:43:52 sar Exp $ +# $Id: Makefile.bind,v 1.3 2009/12/02 23:51:13 sar Exp $ # Configure and build the bind libraries for use by DHCP @@ -62,6 +62,11 @@ clean: rm -rf ${bindsrcdir} ./lib ./include ./configure.log ./build.log \ ./install.log +# Include the following so that this Makefile is happy when the parent +# tries to use them. + distdir: +disclean: +install: -- 2.47.3