Fix previous commit which inadverdently deleted a section.

This commit is contained in:
Jonathan Lemon 2001-06-07 05:04:53 +00:00
parent 88d74af548
commit 86663b4425
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77857

View File

@ -117,6 +117,11 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/netinet
.endif
.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/machine
.endif
.for i in ${SFILES}
ln -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i
.endfor