summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-04-06 07:33:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-04-06 07:33:29 +0000
commit3021afb53e1dc86ca926fc20a25e73033c7f4054 (patch)
treeeff89c6c77992d0e56b8e0593e53f6b74c8fdf78 /include
parent409875e46dacfc78cd3df64819b5b21ae29f1d56 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 4530e783c98d..2348e5c96a63 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -96,11 +96,14 @@ beforeinstall: ${SHARED}
.endfor
copies:
-.for i in ${LDIRS} ${LNOHEADERDIRS} machine
+.for i in ${LDIRS} ${LSYMSUBDIRS} machine
if [ -h ${DESTDIR}/usr/include/$i ]; then \
rm -f ${DESTDIR}/usr/include/$i; \
fi
.endfor
+.for i in ${LNOHEADERDIRS}
+ rm -rf ${DESTDIR}/usr/include/$i
+.endfor
mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
.for i in ${LDIRS} ${LSUBDIRS}