diff options
Diffstat (limited to 'net/bind9-current/patches/patch-aj')
-rw-r--r-- | net/bind9-current/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bind9-current/patches/patch-aj b/net/bind9-current/patches/patch-aj new file mode 100644 index 00000000000..7cf3799c659 --- /dev/null +++ b/net/bind9-current/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.3 2004/05/15 21:00:58 itojun 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@ |