Bring back IPFilter headers to /usr/include, now that SHARED=symlinks
installs the per-header symlinks. Prodded by: many
This commit is contained in:
parent
40a3a01092
commit
c62a3eef8f
@ -104,8 +104,11 @@ copies:
|
|||||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
|
||||||
${DESTDIR}${INCLUDEDIR}/$i
|
${DESTDIR}${INCLUDEDIR}/$i
|
||||||
.endfor
|
.endfor
|
||||||
cd ${.CURDIR}/../sys; \
|
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
|
||||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 opencrypto/*.h \
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
||||||
|
${DESTDIR}${INCLUDEDIR}/netinet
|
||||||
|
cd ${.CURDIR}/../sys/opencrypto; \
|
||||||
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
||||||
${DESTDIR}${INCLUDEDIR}/crypto
|
${DESTDIR}${INCLUDEDIR}/crypto
|
||||||
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
|
||||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
||||||
@ -136,6 +139,11 @@ symlinks:
|
|||||||
ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
|
ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
|
||||||
done
|
done
|
||||||
.endfor
|
.endfor
|
||||||
|
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
|
||||||
|
for h in *.h; do \
|
||||||
|
ln -fs ../../../sys/contrib/ipfilter/netinet/$$h \
|
||||||
|
${DESTDIR}${INCLUDEDIR}/netinet; \
|
||||||
|
done
|
||||||
cd ${.CURDIR}/../sys/opencrypto; \
|
cd ${.CURDIR}/../sys/opencrypto; \
|
||||||
for h in *.h; do \
|
for h in *.h; do \
|
||||||
ln -fs ../../../sys/opencrypto/$$h \
|
ln -fs ../../../sys/opencrypto/$$h \
|
||||||
|
Loading…
Reference in New Issue
Block a user