blob: e61d727f54091bb4d370ac482b31f360f4cafaa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.2 2004/05/07 12:06:47 cjep Exp $
--- lib/Makefile.in.orig Tue Apr 6 18:29:00 2004
+++ lib/Makefile.in Tue Apr 6 18:29:01 2004
@@ -22,8 +22,8 @@
# Note: the order of SUBDIRS is important.
# Attempt to disable parallel processing.
.NOTPARALLEL:
.NO_PARALLEL:
-SUBDIRS = isc isccc dns isccfg lwres tests
+SUBDIRS = bind isc isccc dns isccfg lwres tests
TARGETS =
@BIND9_MAKE_RULES@
|