diff options
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 |
