summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-03-19 13:37:51 +0000
committerglebius <glebius@FreeBSD.org>2014-03-19 13:37:51 +0000
commit35d2d8edc26a6e14a9a9ff41bfd3a8b5d0ee7820 (patch)
treea17cb916850d85a01507d18b4ccb1dd6bf568e8d /include/Makefile
parentf9928d747c1045274edbbcd2c62bf9fb4b16eb07 (diff)
downloadFreeBSD-src-35d2d8edc26a6e14a9a9ff41bfd3a8b5d0ee7820.zip
FreeBSD-src-35d2d8edc26a6e14a9a9ff41bfd3a8b5d0ee7820.tar.gz
Merge r257485: install netpfil/pf includes.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 0716400..7032450 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -187,6 +187,11 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}${INCLUDEDIR}/netinet
.endif
+.if ${MK_PF} != "no"
+ cd ${.CURDIR}/../sys/netpfil/pf; \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
+ ${DESTDIR}${INCLUDEDIR}/netpfil/pf
+.endif
cd ${.CURDIR}/../sys/crypto; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
${DESTDIR}${INCLUDEDIR}/crypto
OpenPOWER on IntegriCloud