The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/netinet/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: Makefile,v 1.19 2007/10/05 03:28:13 dyoung Exp $
    2 
    3 INCSDIR= /usr/include/netinet
    4 
    5 INCS=   icmp6.h icmp_var.h if_atm.h if_ether.h if_inarp.h igmp.h \
    6         igmp_var.h in.h in_gif.h in_pcb.h in_pcb_hdr.h \
    7         in_selsrc.h in_systm.h \
    8         in_var.h ip.h ip_carp.h ip6.h ip_ecn.h ip_encap.h \
    9         ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h \
   10         tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
   11         tcpip.h udp.h udp_var.h
   12 
   13 # ipfilter headers
   14 # XXX shouldn't be here
   15 .include <bsd.own.mk>
   16 
   17 INCS+=  ip_compat.h     # always needed by kdump(1)
   18 
   19 .if (${MKIPFILTER} != "no")
   20 INCS+=  ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
   21         ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
   22         ipl.h
   23 .endif
   24 
   25 .include <bsd.kinc.mk>
   26 
   27 .PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet

Cache object: 41c5ca161bf6e2f27eaa574211543da5


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.