Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/lib/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.117 retrieving revision 1.118 diff -u -p -r1.117 -r1.118 --- src/lib/Makefile 2007/07/29 17:06:00 1.117 +++ src/lib/Makefile 2007/11/04 23:28:17 1.118 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2007/07/29 17:06:00 joerg Exp $ +# $NetBSD: Makefile,v 1.118 2007/11/04 23:28:17 tls Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include @@ -10,6 +10,12 @@ SUBDIR= csu libc .WAIT libarch libbsdmal libpthread_dbg libpuffs libresolv librmt librpcsvc librt libsdp \ libterm libusbhid libutil libwrap liby libz +# XXX These bind9/ISC libraries should depend on each other but the +# XXX dependency ordering requires considerable investigation. +# XXX Please preserve the order below so we know the order ISC links +# XXX them in in their Makefiles. +SUBDIR+= libbind9 libdns liblwres libisccfg libisccc libisc + .if (${MKSKEY} != "no") SUBDIR+= libskey .endif