diff options
author | glebius <glebius@FreeBSD.org> | 2014-03-19 13:37:51 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2014-03-19 13:37:51 +0000 |
commit | 35d2d8edc26a6e14a9a9ff41bfd3a8b5d0ee7820 (patch) | |
tree | a17cb916850d85a01507d18b4ccb1dd6bf568e8d /include | |
parent | f9928d747c1045274edbbcd2c62bf9fb4b16eb07 (diff) | |
download | FreeBSD-src-35d2d8edc26a6e14a9a9ff41bfd3a8b5d0ee7820.zip FreeBSD-src-35d2d8edc26a6e14a9a9ff41bfd3a8b5d0ee7820.tar.gz |
Merge r257485: install netpfil/pf includes.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 0716400..7032450 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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 |