summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/include/Makefile b/include/Makefile
index 80900ef..dcf0d6d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -128,31 +128,11 @@ _MARCHS= ${MACHINE_CPUARCH}
_MARCHS+= x86
.endif
-.if ${MK_STAGING} == "yes"
-# tell bsd.incs.mk that we have it covered
-NO_STAGE_INCLUDES=
-META_COOKIES+= stage_prep stage_include compat copies symlinks
-.endif
+META_COOKIES+= compat copies symlinks
+stage_includes: ${SHARED}
.include <bsd.prog.mk>
-.if ${MK_STAGING} != "no" && !defined(_SKIP_BUILD)
-.if make(all)
-DESTDIR= ${STAGE_OBJTOP}
-
-all: stage_include
-installincludes: buildincludes
-buildincludes: stage_prep
-
-stage_prep:
- @mkdir -p ${DESTDIR}${INCLUDEDIR}
- @touch $@
-
-stage_include: .dirdep installincludes
- @touch $@
-.endif
-.endif
-
installincludes: ${SHARED}
${SHARED}: compat
OpenPOWER on IntegriCloud