diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-05 22:55:42 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-05 22:55:42 +0000 |
| commit | 3d4adb0524acd32a70d1f3b0dc92bf697c1a4026 (patch) | |
| tree | dc09ac7e1b42125688d684560ff03d485c8fdda5 /gnu/lib/csu | |
| parent | 2a8d24d0bbc4c25aa8373f070de08666a8be1748 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 6 |
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> |
