Install include files for netpfil/pf when requested by the Makefile

Reviewed by:	glebius
This commit is contained in:
Sean Bruno 2013-11-01 00:32:26 +00:00
parent fde9169e11
commit b68831134f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257485

View File

@ -194,6 +194,11 @@ copies:
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
${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 \