blob: 420f304ffc7334b0198b5c22e490abff4fad222f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.3 2004/10/03 09:20:41 tron Exp $
--- lib/Makefile.in.orig 2004-03-08 18:04:25.000000000 +0900
+++ lib/Makefile.in 2004-05-16 05:11:57.000000000 +0900
@@ -23,7 +23,7 @@
# Attempt to disable parallel processing.
.NOTPARALLEL:
.NO_PARALLEL:
-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
+SUBDIRS = bind isc isccc dns isccfg bind9 lwres tests
TARGETS =
@BIND9_MAKE_RULES@
|