diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-03-12 10:45:58 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-03-12 10:45:58 +0000 |
| commit | b58d96851437d0fe6fd470dde7bc671c3df659d6 (patch) | |
| tree | 8cbef21f45f26a80647ff8a0604c3c9c65c2bb40 /include | |
| parent | 493a91baaee72c2cea456fec3c1d9bfb3b4daeee (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 44a54e307621..0716400eefba 100644 --- a/include/Makefile +++ b/include/Makefile @@ -280,6 +280,13 @@ symlinks: ${DESTDIR}${INCLUDEDIR}/netinet; \ done .endif +.if ${MK_PF} != "no" + cd ${.CURDIR}/../sys/netpfil/pf; \ + for h in *.h; do \ + ln -fs ../../../../sys/netpfil/pf/$$h \ + ${DESTDIR}${INCLUDEDIR}/netpfil/pf; \ + done +.endif cd ${.CURDIR}/../sys/crypto; \ for h in rijndael/rijndael.h; do \ ln -fs ../../../sys/crypto/$$h \ |
