aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/csu/Makefile
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-05-05 22:55:42 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-05-05 22:55:42 +0000
commit3d4adb0524acd32a70d1f3b0dc92bf697c1a4026 (patch)
treedc09ac7e1b42125688d684560ff03d485c8fdda5 /gnu/lib/csu/Makefile
parent2a8d24d0bbc4c25aa8373f070de08666a8be1748 (diff)
Notes
Diffstat (limited to 'gnu/lib/csu/Makefile')
-rw-r--r--gnu/lib/csu/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 02f540bad1653..5aba49f447342 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -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>