From 8160e83fc732a7adb0cefc9d50b882a3ea88c80f Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 14 Sep 2000 12:12:23 +0000 Subject: 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 --- include/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/Makefile') 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} -- cgit v1.1