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))
This commit is contained in:
David E. O'Brien 1998-09-23 10:30:43 +00:00
parent cb1d2924c4
commit bc767300f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39593

View File

@ -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 \