Makefile.files (69b3e10436272b0970d58743de375d0dd61046ce) Makefile.files (721fffe35d40e548a5a58dc53a2ec9c6762172d9)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 512 unchanged lines hidden (view full) ---

521ICMP_OBJS += icmpddi.o
522
523ICMP6_OBJS += icmp6ddi.o
524
525RTS_OBJS += rtsddi.o
526
527IP_ICMP_OBJS = icmp.o icmp_opt_data.o
528IP_RTS_OBJS = rts.o rts_opt_data.o
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 512 unchanged lines hidden (view full) ---

521ICMP_OBJS += icmpddi.o
522
523ICMP6_OBJS += icmp6ddi.o
524
525RTS_OBJS += rtsddi.o
526
527IP_ICMP_OBJS = icmp.o icmp_opt_data.o
528IP_RTS_OBJS = rts.o rts_opt_data.o
529IP_TCP_OBJS = tcp.o tcp_fusion.o tcp_kssl.o tcp_opt_data.o tcp_sack.o
529IP_TCP_OBJS = tcp.o tcp_fusion.o tcp_kssl.o tcp_opt_data.o tcp_sack.o \
530 tcp_stats.o tcp_misc.o tcp_timers.o tcp_time_wait.o tcp_tpi.o \
531 tcp_output.o tcp_input.o tcp_socket.o tcp_bind.o tcp_cluster.o
530IP_UDP_OBJS = udp.o udp_opt_data.o
531IP_SCTP_OBJS = sctp.o sctp_opt_data.o sctp_output.o \
532 sctp_init.o sctp_input.o sctp_cookie.o \
533 sctp_conn.o sctp_error.o sctp_snmp.o \
534 sctp_param.o sctp_shutdown.o sctp_common.o \
535 sctp_timer.o sctp_heartbeat.o sctp_hash.o \
536 sctp_ioc.o sctp_bind.o sctp_notify.o sctp_asconf.o \
537 sctp_addr.o tn_ipopt.o tnet.o ip_netinfo.o

--- 1444 unchanged lines hidden ---
532IP_UDP_OBJS = udp.o udp_opt_data.o
533IP_SCTP_OBJS = sctp.o sctp_opt_data.o sctp_output.o \
534 sctp_init.o sctp_input.o sctp_cookie.o \
535 sctp_conn.o sctp_error.o sctp_snmp.o \
536 sctp_param.o sctp_shutdown.o sctp_common.o \
537 sctp_timer.o sctp_heartbeat.o sctp_hash.o \
538 sctp_ioc.o sctp_bind.o sctp_notify.o sctp_asconf.o \
539 sctp_addr.o tn_ipopt.o tnet.o ip_netinfo.o

--- 1444 unchanged lines hidden ---