From 39b7ab463d9678d82afd1eb69b199b54771ba20a Mon Sep 17 00:00:00 2001 From: sbruno Date: Fri, 1 Nov 2013 00:32:26 +0000 Subject: Install include files for netpfil/pf when requested by the Makefile Reviewed by: glebius --- include/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 -- cgit v1.1