Install include files for netpfil/pf when requested by the Makefile
Reviewed by: glebius
This commit is contained in:
parent
fde9169e11
commit
b68831134f
@ -194,6 +194,11 @@ copies:
|
|||||||
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
|
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
|
||||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
||||||
${DESTDIR}${INCLUDEDIR}/netinet
|
${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
|
.endif
|
||||||
cd ${.CURDIR}/../sys/crypto; \
|
cd ${.CURDIR}/../sys/crypto; \
|
||||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user