]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
reorder the directories so that 'check' is last.
authorBrian Wellington <source@isc.org>
Tue, 19 Dec 2000 01:42:15 +0000 (01:42 +0000)
committerBrian Wellington <source@isc.org>
Tue, 19 Dec 2000 01:42:15 +0000 (01:42 +0000)
bin/Makefile.in

index e1fe85d42023942d3407056a599d260b4aea67db..759f33e0bb287291b2708bb34c723811b88ee829 100644 (file)
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.20 2000/12/14 01:12:38 marka Exp $
+# $Id: Makefile.in,v 1.21 2000/12/19 01:42:15 bwelling Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
 top_srcdir =   @top_srcdir@
 
-SUBDIRS =      check named rndc dig dnssec tests nsupdate
+SUBDIRS =      named rndc dig dnssec tests nsupdate check
 TARGETS =
 
 @BIND9_MAKE_RULES@