Makefile.inc revision 1.11
1# $NetBSD: Makefile.inc,v 1.11 2013/08/14 09:31:42 pooka Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../netinet 5 6# INET 7SRCS+= in_proto.c igmp.c in.c in_offload.c in_pcb.c ip_carp.c ip_icmp.c\ 8 ip_flow.c ip_id.c ip_input.c ip_reass.c ip_output.c raw_ip.c \ 9 in_cksum.c cpu_in_cksum.c in4_cksum.c ip_encap.c portalgo.c 10 11# ARP 12SRCS+= if_arp.c 13 14# TCP 15SRCS+= tcp_congctl.c tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c \ 16 tcp_timer.c tcp_usrreq.c tcp_vtw.c 17 18# UDP 19SRCS+= udp_usrreq.c 20 21CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnet/opt 22 23CPPFLAGS+= -DPORTALGO_INET4_DEFAULT=PORTALGO_RANDOM_START 24 25# TCP debugging 26#SRCS+= tcp_debug.c 27#CPPFLAGS+= -DTCP_DEBUG 28