Import a subset of PF distribution files

We do not support any PF functionality, nor do we intend to.  However,
some NetBSD utilities rely on the presence of these files.  Not all of
the files are installed.  The NetBSD source seems rather inconsistent
in where from to include these files.  We simply follow what NetBSD
does, though.

Change-Id: Ib244dfcc60b16ebc4697af22f71b7e014374b855
This commit is contained in:
David van Moolenbroek
2016-06-17 22:07:26 +00:00
parent 37274f3cdb
commit ebe9f48d04
7 changed files with 2611 additions and 2 deletions

View File

@@ -5,9 +5,9 @@ INCSDIR= /usr/include/net
INCS= bpf.h bpfdesc.h bpfjit.h dlt.h ethertypes.h if.h if_arp.h \
if_dl.h if_ether.h \
if_media.h \
\
if_pflog.h \
if_types.h \
pfil.h pfkeyv2.h radix.h \
pfil.h pfkeyv2.h pfvar.h radix.h \
route.h
.if !defined(__MINIX)