summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-23 14:43:43 +0000
committerru <ru@FreeBSD.org>2003-06-23 14:43:43 +0000
commit2b26d4422f5f6254f34998250f00cdac8285e47a (patch)
tree1414dd256aba3e020fd388055057b9bd8f09f72a /include
parent495fa12f960bfd38ec3c26c493827be7c2bd3158 (diff)
downloadFreeBSD-src-2b26d4422f5f6254f34998250f00cdac8285e47a.zip
FreeBSD-src-2b26d4422f5f6254f34998250f00cdac8285e47a.tar.gz
Bring back IPFilter headers to /usr/include, now that SHARED=symlinks
installs the per-header symlinks. Prodded by: many
Diffstat (limited to 'include')
-rw-r--r--include/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index a932002..ff317a1 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -104,8 +104,11 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
${DESTDIR}${INCLUDEDIR}/$i
.endfor
- cd ${.CURDIR}/../sys; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 opencrypto/*.h \
+ cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
+ ${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
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
@@ -136,6 +139,11 @@ symlinks:
ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
done
.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; \
for h in *.h; do \
ln -fs ../../../sys/opencrypto/$$h \
OpenPOWER on IntegriCloud