xref: /netbsd-src/external/mpl/bind/dist/doc/Makefile.in (revision d90047b5d07facf36e6c01dcc0bded8997ce9cc2)
1# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2#
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6#
7# See the COPYRIGHT file distributed with this work for additional
8# information regarding copyright ownership.
9
10# This Makefile is a placeholder.  It exists merely to make
11# sure that its directory gets created in the object directory
12# tree when doing a build using separate object directories.
13
14srcdir =	@srcdir@
15VPATH =		@srcdir@
16top_srcdir =	@top_srcdir@
17
18SUBDIRS = arm misc xsl doxygen tex
19TARGETS =
20
21@BIND9_MAKE_RULES@
22