summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.incs.mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-09 22:45:54 +0000
committerbapt <bapt@FreeBSD.org>2015-10-09 22:45:54 +0000
commit373087d736a2621c455f292c3a0d14957319c903 (patch)
tree04d44948f6dbd99eedf69ea5dd2a013233662723 /share/mk/bsd.incs.mk
parentc236d07d0a4f4ef33786e7913af28944f2d391ab (diff)
parent626dfed37b2d9cc2220210fac8774afe30c40fcf (diff)
downloadFreeBSD-src-373087d736a2621c455f292c3a0d14957319c903.zip
FreeBSD-src-373087d736a2621c455f292c3a0d14957319c903.tar.gz
Merge from head
Diffstat (limited to 'share/mk/bsd.incs.mk')
-rw-r--r--share/mk/bsd.incs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.incs.mk b/share/mk/bsd.incs.mk
index 99518c5..5e0b795 100644
--- a/share/mk/bsd.incs.mk
+++ b/share/mk/bsd.incs.mk
@@ -98,9 +98,9 @@ realinstall: installincludes
.if ${MK_STAGING} != "no" && !defined(_SKIP_BUILD)
.if !defined(NO_STAGE_INCLUDES)
-staging: stage_includes
+STAGE_TARGETS+= stage_includes
.if !empty(INCSLINKS)
-staging: stage_symlinks
+STAGE_TARGETS+= stage_symlinks
STAGE_SYMLINKS.INCS= ${INCSLINKS}
.endif
.endif
OpenPOWER on IntegriCloud