mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Need to stage_files
This commit is contained in:
parent
2a8d24d0bb
commit
3d4adb0524
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue