From d7422e6520b4271a976c5e891b1c693f0a042cff Mon Sep 17 00:00:00 2001 From: glebius Date: Wed, 19 Mar 2014 13:37:51 +0000 Subject: [PATCH] Merge r257485: install netpfil/pf includes. git-svn-id: svn://svn.freebsd.org/base/stable/10@263370 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- include/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/Makefile b/include/Makefile index 0716400ee..703245094 100644 --- a/include/Makefile +++ b/include/Makefile @@ -186,6 +186,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 \ -- 2.45.0