summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-09-14 12:12:23 +0000
committerru <ru@FreeBSD.org>2000-09-14 12:12:23 +0000
commit8160e83fc732a7adb0cefc9d50b882a3ea88c80f (patch)
treeb16299abe62ff1e538c2d86384b6737a6e17cb7a /include/Makefile
parent06ebe902eacf8fbbbd8fc4b5586d73ac25d6d9d6 (diff)
downloadFreeBSD-src-8160e83fc732a7adb0cefc9d50b882a3ea88c80f.zip
FreeBSD-src-8160e83fc732a7adb0cefc9d50b882a3ea88c80f.tar.gz
There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}
in SHARED=copies case since all symbolic links previously created by SHARED=symlinks install have already been removed to that point. PR: misc/21150
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index c30a9c7..cd185b9 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -103,9 +103,6 @@ copies:
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}
OpenPOWER on IntegriCloud