summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-06-07 05:11:44 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-06-07 05:11:44 +0000
commitf308ee5e46053c596da22858d1c6c055a14098e7 (patch)
tree04688f55700f815eb4206b3a316926aaaf07fd08 /include
parentb561950d108573e0b25b4847dcf85a3efe755fe4 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 7664688ff0f7..6a2c880ae9a3 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -115,6 +115,11 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
${DESTDIR}/usr/include/$i
.endfor
+.if exists(${.CURDIR}/../sys/contrib/ipfilter/netinet)
+ cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
+ ${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 \