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; \
|
||||
${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 \
|
||||
|
Loading…
Reference in New Issue
Block a user