aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-05-21 01:31:57 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-05-21 01:31:57 +0000
commit9ea89f32234606a2b97ca7717fb1ac461efcefca (patch)
tree232cf269382f825ce6797ca1c47fb12816e5be86 /include/Makefile
parent99dd498c18fc7e723c7def28885bb7bc6f2ca36f (diff)
Notes
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index d8ed1a27cbfa..30034481395a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -130,7 +130,7 @@ _MARCHS= ${MACHINE_CPUARCH}
_MARCHS+= x86
.endif
-META_TARGETS+= compat copies symlinks
+META_TARGETS+= compat
stage_includes: ${SHARED}
# Take care of stale directory-level symlinks.
@@ -144,7 +144,7 @@ compat:
-f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}${INCLUDEDIR} > /dev/null
-copies:
+copies: .PHONY .META
.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} crypto machine machine/pc \
${_MARCHS}
if [ -d ${DESTDIR}${INCLUDEDIR}/$i ]; then \
@@ -230,7 +230,7 @@ copies:
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \
${DESTDIR}${INCLUDEDIR}/teken
-symlinks:
+symlinks: .PHONY .META
@${ECHO} "Setting up symlinks to kernel source tree..."
.for i in ${LDIRS}
cd ${.CURDIR}/../sys/$i; \