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.11.2.2 2005/07/24 11:03:35 tron 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 in_systm.h \
    7         in_var.h ip.h ip6.h ip_ecn.h ip_encap.h ip_gre.h \
    8         ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h \
    9         tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
   10         tcpip.h udp.h udp_var.h
   11 
   12 # ipfilter headers
   13 # XXX shouldn't be here
   14 .include <bsd.own.mk>
   15 
   16 INCS+=  ip_compat.h     # always needed by kdump(1)
   17 
   18 .if (${MKIPFILTER} != "no")
   19 INCS+=  ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
   20         ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
   21         ipl.h
   22 .endif
   23 
   24 .include <bsd.kinc.mk>
   25 
   26 .PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet

Cache object: d1cbb6906e42bd61a7f1e4913152dfa2


[ 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.