diff options
| author | ozaki-r <ozaki-r@NetBSD.org> | 2022-09-20 07:19:14 +0000 |
|---|---|---|
| committer | ozaki-r <ozaki-r@NetBSD.org> | 2022-09-20 07:19:14 +0000 |
| commit | ba12e3006d6dfd4d6eb492b93e4e18bbb591d4dc (patch) | |
| tree | e945f7d9c94303aa0806a2d221df2b19e528356b /sys/netinet/Makefile | |
| parent | fa93a10fa0738110ca35d57717dffe9b6a5155c1 (diff) | |
tcp: separate syn cache stuffs into tcp_syncache.[ch] files
No functional change.
Diffstat (limited to 'sys/netinet/Makefile')
| -rw-r--r-- | sys/netinet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/Makefile b/sys/netinet/Makefile index 984f554f644..a044cdefc49 100644 --- a/sys/netinet/Makefile +++ b/sys/netinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2018/09/06 06:42:00 maxv Exp $ +# $NetBSD: Makefile,v 1.31 2022/09/20 07:19:14 ozaki-r Exp $ INCSDIR= /usr/include/netinet @@ -8,8 +8,8 @@ INCS= dccp.h icmp6.h icmp_var.h if_ether.h if_inarp.h igmp.h \ in_var.h ip.h ip_carp.h ip6.h ip_ecn.h ip_encap.h \ ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h portalgo.h \ sctp.h sctp_uio.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 \ + tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_syncache.h tcp_timer.h \ + tcp_var.h tcpip.h udp.h udp_var.h \ tcp_vtw.h # ipfilter headers |
