From 6f1c0df1eeae699ea2cbfa8b59042c6940dc884a Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 18 Apr 2003 19:14:39 +0000 Subject: [PATCH] .WAIT before distrib, since distrib may need things built earlier in the build process. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d5f605ece85..e2ea79fc4be4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.204 2003/04/17 00:33:44 thorpej Exp $ +# $NetBSD: Makefile,v 1.205 2003/04/18 19:14:39 thorpej Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -99,7 +99,7 @@ _SRC_TOP_OBJ_= .endif _SUBDIR= tools lib include gnu bin games libexec sbin usr.bin -_SUBDIR+= usr.sbin share rescue sys etc distrib regress +_SUBDIR+= usr.sbin share rescue sys etc .WAIT distrib regress # # Weed out directories that don't exist.