1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Fixed transition from SHARED=symlinks to SHARED=copies.

This commit is contained in:
Ruslan Ermilov 2004-11-17 23:48:17 +00:00
parent b0103a491a
commit 3b1adda71f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137836

View File

@ -105,7 +105,7 @@ compat:
.endif
copies:
.for i in ${LDIRS} ${LSUBDIRS} crypto machine machine/pc
.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc
.if exists(${DESTDIR}${INCLUDEDIR}/$i)
cd ${DESTDIR}${INCLUDEDIR}/$i; \
for h in *.h; do \