Need to stage_files

This commit is contained in:
Simon J. Gerraty 2014-05-05 22:55:42 +00:00
parent 2a8d24d0bb
commit 3d4adb0524
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=265404

View File

@ -81,4 +81,10 @@ realinstall:
${file} ${DESTDIR}${LIBDIR}/${file}
.endfor
.if ${MK_STAGING} == "yes"
STAGE_DIR= ${STAGE_LIBDIR}
STAGE_FILES= ${OBJS} ${SOBJS} ${TGTOBJS}
staging: stage_files
.endif
.include <bsd.lib.mk>