118d2b1d4f
(Sorry for a big commit, I can't separate this into several pieces...) Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details. - sys/kern: do not assume single mbuf, accept chained mbuf on passing data from userland to kernel (or other way round). - "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ package (ftp://ftp.csl.sony.co.jp/pub/kjc/). - sys/netinet/tcp*: IPv4/v6 dual stack tcp support. - sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those file to be there so we patch it up. - sys/netinet: IPsec additions are here and there. - sys/netinet6/*: most of IPv6 code sits here. - sys/netkey: IPsec key management code - dev/pci/pcidevs: regen In my understanding no code here is subject to export control so it should be safe.
14 lines
477 B
Makefile
14 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/07/01 08:12:47 itojun Exp $
|
|
|
|
KDIR= /sys/net
|
|
INCSDIR= /usr/include/net
|
|
|
|
INCS= bpf.h bpfdesc.h ethertypes.h if.h if_arc.h if_arp.h if_atm.h if_dl.h \
|
|
if_ether.h if_fddi.h if_gre.h if_hippi.h if_llc.h if_media.h if_ppp.h \
|
|
if_pppvar.h if_slvar.h if_sppp.h if_stripvar.h if_token.h if_tun.h \
|
|
if_types.h netisr.h pfil.h ppp-comp.h ppp_defs.h radix.h raw_cb.h \
|
|
route.h slcompress.h slip.h zlib.h
|
|
INCS+= pfkeyv2.h if_gif.h
|
|
|
|
.include <bsd.kinc.mk>
|