svn commit: r263370 - stable/10/include

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 19 13:37:52 UTC 2014


Author: glebius
Date: Wed Mar 19 13:37:51 2014
New Revision: 263370
URL: http://svnweb.freebsd.org/changeset/base/263370

Log:
  Merge r257485: install netpfil/pf includes.

Modified:
  stable/10/include/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/include/Makefile
==============================================================================
--- stable/10/include/Makefile	Wed Mar 19 13:24:47 2014	(r263369)
+++ stable/10/include/Makefile	Wed Mar 19 13:37:51 2014	(r263370)
@@ -187,6 +187,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


More information about the svn-src-stable-10 mailing list