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 10srcdir = @srcdir@ 11VPATH = @srcdir@ 12top_srcdir = @top_srcdir@ 13 14# Note: the order of SUBDIRS is important. 15# Attempt to disable parallel processing. 16.NOTPARALLEL: 17.NO_PARALLEL: 18SUBDIRS = isc isccc dns ns isccfg bind9 irs samples 19TARGETS = 20 21@BIND9_MAKE_RULES@ 22