Forgot to commit this for the includes' -> buildincludes',

`incsinstall' -> `installincludes' changes.
This commit is contained in:
Ruslan Ermilov 2002-05-24 16:08:13 +00:00
parent 1737392273
commit 28d2080a4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97252

View file

@ -93,10 +93,13 @@
#
TGTS= all all-man buildkernel buildworld checkdpadd clean \
cleandepend cleandir depend distribute distributeworld everything \
hierarchy includes incsinstall install installcheck installkernel \
hierarchy install installcheck installkernel \
reinstallkernel installmost installworld libraries lint maninstall \
mk most obj objlink regress rerelease tags update
BITGTS= includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
.ORDER: buildworld installworld
.ORDER: buildworld distributeworld
.ORDER: buildkernel installkernel
@ -108,7 +111,7 @@ MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# Handle the user-driven targets, using the source relative mk files.
#
${TGTS}: upgrade_checks
${TGTS} ${BITGTS}: upgrade_checks
@cd ${.CURDIR}; \
${MAKE} ${.TARGET}