NetBSD/sys/netinet/Makefile
itojun 118d2b1d4f IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.
(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.
1999-07-01 08:12:45 +00:00

14 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/07/01 08:12:49 itojun Exp $
KDIR= /sys/netinet
INCSDIR= /usr/include/netinet
INCS= icmp_var.h if_atm.h if_ether.h if_inarp.h igmp.h igmp_var.h in.h \
in_pcb.h in_systm.h in_var.h ip.h ip_auth.h ip_compat.h ip_fil.h \
ip_frag.h ip_icmp.h ip_mroute.h ip_nat.h ip_proxy.h ip_state.h \
ip_var.h tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
tcpip.h udp.h udp_var.h
INCS+= icmp6.h ip6.h in_gif.h ip_ecn.h
.include <bsd.kinc.mk>