mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
cb1d2924c4
commit
bc767300f5
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue