2016-06-27 00:56:38 -04:00
|
|
|
# Copyright (C) 2000, 2001, 2004-2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
2012-06-28 21:39:47 -04:00
|
|
|
#
|
2016-06-27 00:56:38 -04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2000-11-30 21:12:28 -05:00
|
|
|
|
|
|
|
|
# This Makefile is a placeholder. It exists merely to make
|
|
|
|
|
# sure that its directory gets created in the object directory
|
|
|
|
|
# tree when doing a build using separate object directories.
|
|
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
|
2015-10-06 00:59:35 -04:00
|
|
|
SUBDIRS = arm misc xsl doxygen tex
|
2000-11-30 21:12:28 -05:00
|
|
|
TARGETS =
|
|
|
|
|
|
|
|
|
|
@BIND9_MAKE_RULES@
|