From bc767300f58a375cb7340119149b32e6c452c09e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 23 Sep 1998 10:30:43 +0000 Subject: [PATCH] Add printf(1) to the list of early-build tools. (needed to build Amd, and causing the -jN crowd problems w/o being here) ((I will revisit the usage of printf(1) in building Amd at a later time)) --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 34b6002f0fdc..22a79f1c6ca4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.18 1998/09/21 08:55:50 jb Exp $ +# $Id: Makefile.inc1,v 1.19 1998/09/23 06:11:35 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -806,6 +806,7 @@ build-tools: usr.bin/mkdep \ usr.bin/mklocale \ usr.bin/paste \ + usr.bin/printf \ usr.bin/sed \ ${_aout_size} \ usr.bin/soelim \