]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add tags to keep the make system happy
authorShawn Routhier <sar@isc.org>
Wed, 2 Dec 2009 23:51:13 +0000 (23:51 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 2 Dec 2009 23:51:13 +0000 (23:51 +0000)
util/Makefile.bind

index ab685d5bfc9f5621fc282a1656e6a805ff1c0e7b..aa34d39b474f57837233f8346603db9f0ed78866 100644 (file)
@@ -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: