aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind/lib/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-02-04 19:12:46 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-02-04 19:12:46 +0000
commit9a934297618ba2c045d1dd855c3f1ea2c1be2e73 (patch)
tree71ba64d0a82be4894e23f6d65f36b61203ec3875 /contrib/bind/lib/Makefile
parent2cf92774d22db082dfd96fc0fbc9b540ddc0d9e4 (diff)
Notes
Diffstat (limited to 'contrib/bind/lib/Makefile')
-rw-r--r--contrib/bind/lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/bind/lib/Makefile b/contrib/bind/lib/Makefile
index 1de1d01169c8..489169ff6544 100644
--- a/contrib/bind/lib/Makefile
+++ b/contrib/bind/lib/Makefile
@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
-# $Id: Makefile,v 8.25 2000/12/23 08:02:56 vixie Exp $
+# $Id: Makefile,v 8.26 2001/08/14 05:57:58 marka Exp $
SUBDIRS = resolv irs isc bsd inet nameser dst cylink dnssafe
@@ -60,6 +60,9 @@ LIBTS = ${TOP}/lib/libbind.ts
LIBR = libbind_r.${A}
LIBRTS = ${TOP}/lib/libbindr.ts
+.NOTPARALLEL:
+.NO_PARALLEL:
+
all depend clean install distclean::
@for x in ${SUBDIRS}; do \
(cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \