summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-11-01 00:32:26 +0000
committersbruno <sbruno@FreeBSD.org>2013-11-01 00:32:26 +0000
commit39b7ab463d9678d82afd1eb69b199b54771ba20a (patch)
treec705d8fee059c678065e82cd5166cca663ced228 /include
parent5539f586a1d25e3fae7a6dc8960c12ed5537e6fd (diff)
downloadFreeBSD-src-39b7ab463d9678d82afd1eb69b199b54771ba20a.zip
FreeBSD-src-39b7ab463d9678d82afd1eb69b199b54771ba20a.tar.gz
Install include files for netpfil/pf when requested by the Makefile
Reviewed by: glebius
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 76f521d..61435cc 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -195,6 +195,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